From c028e78b6352335a124f9818037d3ce2f452838a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com>
Date: Fri, 10 Sep 2010 09:35:15 +0200
Subject: [PATCH] Updated Grayscale and Vim (dark) color schemes

Needed fixing after highlighting for Locals, Fields, Statics and Virtual
Methods was added.
---
 share/qtcreator/styles/darkvim.xml   | 4 ++++
 share/qtcreator/styles/grayscale.xml | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/share/qtcreator/styles/darkvim.xml b/share/qtcreator/styles/darkvim.xml
index 626012ff705..e6ae93bb0fd 100644
--- a/share/qtcreator/styles/darkvim.xml
+++ b/share/qtcreator/styles/darkvim.xml
@@ -13,10 +13,12 @@
   <style name="DisabledCode" foreground="#777777" background="#222222"/>
   <style name="Doxygen.Comment" foreground="#55ffff"/>
   <style name="Doxygen.Tag" foreground="#00a0a0"/>
+  <style name="Field"/>
   <style name="Keyword" foreground="#ffff55"/>
   <style name="Label" foreground="#ffff55"/>
   <style name="LineNumber" foreground="#888888" background="#232323"/>
   <style name="Link" foreground="#0055ff"/>
+  <style name="Local"/>
   <style name="Number" foreground="#ff55ff"/>
   <style name="Occurrences" background="#363636"/>
   <style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
@@ -26,7 +28,9 @@
   <style name="SearchResult" background="#555500"/>
   <style name="SearchScope" background="#222200"/>
   <style name="Selection" foreground="#000000" background="#aaaaaa"/>
+  <style name="Static" foreground="#55ff55" italic="true"/>
   <style name="String" foreground="#ff55ff"/>
   <style name="Text" foreground="#aaaaaa" background="#000000"/>
   <style name="Type" foreground="#55ff55"/>
+  <style name="VirtualMethod" italic="true"/>
 </style-scheme>
diff --git a/share/qtcreator/styles/grayscale.xml b/share/qtcreator/styles/grayscale.xml
index 290263f4e89..b31ecd7815a 100644
--- a/share/qtcreator/styles/grayscale.xml
+++ b/share/qtcreator/styles/grayscale.xml
@@ -7,18 +7,22 @@
   <style name="DiffLocation"/>
   <style name="Doxygen.Comment" foreground="#808080"/>
   <style name="Doxygen.Tag" foreground="#808080" italic="true"/>
+  <style name="Field"/>
   <style name="Keyword" bold="true"/>
   <style name="Label"/>
   <style name="LineNumber" foreground="#c7c4c1" background="#efebe7"/>
   <style name="Link" foreground="#0000ff"/>
+  <style name="Local"/>
   <style name="Number" foreground="#3f3f3f"/>
   <style name="Operator"/>
   <style name="Parentheses" background="#e3e3e3" bold="true"/>
-  <style name="Preprocessor" foreground="#5b5b5b"/>
+  <style name="Preprocessor" foreground="#5b5b5b" bold="true"/>
   <style name="RemovedLine" foreground="#a0a0a4"/>
+  <style name="Static" italic="true"/>
   <style name="String" foreground="#636363"/>
   <style name="Text" foreground="#000000" background="#ffffff"/>
   <style name="Type"/>
+  <style name="VirtualMethod" italic="true"/>
   <!--
   Relying on default colors for:
 
-- 
GitLab