From cb76bacf7a1ca28555ec61fffcd2c869773f1fa6 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Sat, 3 Mar 2012 12:36:56 +1100
Subject: [PATCH] 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>
---
 share/qtcreator/styles/inkpot.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index 680119443e6..7b24f8ada8a 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>
+
-- 
GitLab