aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-03-03 12:36:56 +1100
committerhjk <qthjk@ovi.com>2012-03-05 09:59:02 +0100
commitcb76bacf7a1ca28555ec61fffcd2c869773f1fa6 (patch)
tree7699bf0caeaa9bf79f800a6e27e24d270b0c83f6 /share
parent4e992d8d03d4e1e7388811c2fd0e0b584eccb279 (diff)
Heres some corrections to inkpot color scheme
- numbers were blue, should be yellow - preprocessor used wrong shade of green - bracket matching was missing background color. - operators were green, when this isn't so for the vim original. reference https://github.com/ciaranm/inkpot/ Reviewed-by: hjk <qthjk@ovi.com> (cherry picked from commit e6ea2db67eb124d522ab0ec654d9d2d9884899bf) Change-Id: I15935ff1ed0dd04fab919f22173993bf1ebcb9b2 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/styles/inkpot.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index 680119443e..7b24f8ada8 100644
--- a/share/qtcreator/styles/inkpot.xml
+++ b/share/qtcreator/styles/inkpot.xml
@@ -24,13 +24,13 @@
<style name="LineNumber" foreground="#8b8bcd" background="#2e2e2e"/>
<style name="Link" foreground="#409090"/>
<style name="Local"/>
- <style name="Number" foreground="#506bbd"/>
+ <style name="Number" foreground="#f0ad6d"/>
<style name="Occurrences" foreground="#000000" background="#616161"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Occurrences.Unused" foreground="#808000"/>
- <style name="Operator" foreground="#409040"/>
- <style name="Parentheses" foreground="#ffff00"/>
- <style name="Preprocessor" foreground="#409040"/>
+ <style name="Operator" foreground="#cfbfad"/>
+ <style name="Parentheses" foreground="#ffff00" background="#4e4e8f"/>
+ <style name="Preprocessor" foreground="#409090"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="SearchResult" foreground="#000000" background="#ffef0b"/>
<style name="SearchScope" foreground="#000000" background="#f8fafc"/>
@@ -53,3 +53,4 @@
<style name="JsImportVar" foreground="#8888ff" italic="true"/>
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
</style-scheme>
+