diff options
author | Michele Calgaro <[email protected]> | 2022-10-13 15:46:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-10-18 20:21:26 +0900 |
commit | 4e910c2ad620b3c4455066588b53bd56e405bc55 (patch) | |
tree | 19a3483f9d4c959068191413fa5b089019e58912 /kate/data/markdown.xml | |
parent | 609a7393b262cbfe37e58d95169b0a5baf8b075d (diff) | |
download | tdelibs-4e910c2ad620b3c4455066588b53bd56e405bc55.tar.gz tdelibs-4e910c2ad620b3c4455066588b53bd56e405bc55.zip |
Kate: unified diff and markdown's syntax colors for diff code to green/red
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/data/markdown.xml')
-rw-r--r-- | kate/data/markdown.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/markdown.xml b/kate/data/markdown.xml index 2ede54fd3..177b904da 100644 --- a/kate/data/markdown.xml +++ b/kate/data/markdown.xml @@ -146,8 +146,8 @@ <itemData name="diffheader1" defStyleNum="dsNormal" backgroundColor="#eeeeee" color="#800000" bold="true" /> <itemData name="diffheader2" defStyleNum="dsNormal" backgroundColor="#eeeeee" color="#800000" /> <itemData name="diffheaderdiff" defStyleNum="dsNormal" backgroundColor="#eeeeee" color="#000000" bold="true" /> - <itemData name="difflineremove" defStyleNum="dsNormal" backgroundColor="#ffeef0" /> - <itemData name="difflineadd" defStyleNum="dsNormal" backgroundColor="#e6ffed" /> + <itemData name="difflineremove" defStyleNum="dsString" backgroundColor="#ffeef0" /> + <itemData name="difflineadd" defStyleNum="dsOthers" backgroundColor="#e6ffed" /> <itemData name="strongemphasis" defStyleNum="dsNormal" italic="true" bold="true"/> <itemData name="ruler" defStyleNum="dsNormal" color="#e200e2" bold="true" /> <itemData name="strikeout" defStyleNum="dsNormal" strikeOut="true" backgroundColor="#fafaaf" /> |