summaryrefslogtreecommitdiff
path: root/share/qtcreator/styles
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-03-25 10:30:24 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-03-25 10:48:12 +0000
commitdcd3b958cfa3f3db56e336ebd56fbcd5a96d50cc (patch)
tree7c074e5266e24db520bc0a172e0eb30e074ada0b /share/qtcreator/styles
parent9877221a3dded5224c2213a57c1f8d0365fba72a (diff)
downloadqt-creator-dcd3b958cfa3f3db56e336ebd56fbcd5a96d50cc.tar.gz
VCS: Highlight commit lines in log editor
Task-number: QTCREATORBUG-13997 Change-Id: I7d9a85cd6022a20a487010a35164ff100b72218d Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'share/qtcreator/styles')
-rw-r--r--share/qtcreator/styles/dark.xml1
-rw-r--r--share/qtcreator/styles/inkpot.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/styles/dark.xml b/share/qtcreator/styles/dark.xml
index 9bdf031286..f9213d1b61 100644
--- a/share/qtcreator/styles/dark.xml
+++ b/share/qtcreator/styles/dark.xml
@@ -52,4 +52,5 @@
<style name="DiffSourceChar" foreground="#000000" background="#c34141"/>
<style name="DiffDestLine" background="#2d8c2d"/>
<style name="DiffDestChar" foreground="#000000" background="#41c341"/>
+ <style name="LogChangeLine" foreground="#808000"/>
</style-scheme>
diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index adc8ec08ca..df85648887 100644
--- a/share/qtcreator/styles/inkpot.xml
+++ b/share/qtcreator/styles/inkpot.xml
@@ -60,5 +60,6 @@
<style name="DiffSourceChar" background="#c34141"/>
<style name="DiffDestLine" background="#277027"/>
<style name="DiffDestChar" background="#339d33"/>
+ <style name="LogChangeLine" foreground="#dcdc00"/>
</style-scheme>