summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-10-21 09:39:49 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2011-10-21 09:41:41 +0200
commitb1915231b4d229f24c099f0672cbab7185ab521b (patch)
tree842475b9f8b72e914a437af193fc3212a8ebbca7 /share/qtcreator
parent3dac9bd4e5f38c054b148788c56ceeea0bbba812 (diff)
downloadqt-creator-b1915231b4d229f24c099f0672cbab7185ab521b.tar.gz
QmlJS: Fix black-on-black text with dark color schemes.
Change-Id: Ie0eacf9677abe23e28eaa7b9491e6a21ea4f7dfc Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/styles/darkvim.xml11
-rw-r--r--share/qtcreator/styles/inkpot.xml11
2 files changed, 22 insertions, 0 deletions
diff --git a/share/qtcreator/styles/darkvim.xml b/share/qtcreator/styles/darkvim.xml
index e6ae93bb0f..afe1d93942 100644
--- a/share/qtcreator/styles/darkvim.xml
+++ b/share/qtcreator/styles/darkvim.xml
@@ -33,4 +33,15 @@
<style name="Text" foreground="#aaaaaa" background="#000000"/>
<style name="Type" foreground="#55ff55"/>
<style name="VirtualMethod" italic="true"/>
+ <style name="QmlTypeId" foreground="#55ff55"/>
+ <style name="Binding" foreground="#ff5555"/>
+ <style name="QmlLocalId" italic="true"/>
+ <style name="QmlRootObjectProperty" italic="true"/>
+ <style name="QmlScopeObjectProperty" italic="true"/>
+ <style name="QmlStateName" italic="true"/>
+ <style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
+ <style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
+ <style name="JsScopeVar" foreground="#8888ff" italic="true"/>
+ <style name="JsImportVar" foreground="#8888ff" italic="true"/>
+ <style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
</style-scheme>
diff --git a/share/qtcreator/styles/inkpot.xml b/share/qtcreator/styles/inkpot.xml
index f4e6147591..c2da8e5c90 100644
--- a/share/qtcreator/styles/inkpot.xml
+++ b/share/qtcreator/styles/inkpot.xml
@@ -41,4 +41,15 @@
<style name="Type" foreground="#ff8bff"/>
<style name="VirtualMethod" italic="true"/>
<style name="VisualWhitespace" foreground="#646482"/>
+ <style name="QmlTypeId" foreground="#ff8bff"/>
+ <style name="Binding" foreground="#ff5555"/>
+ <style name="QmlLocalId" italic="true"/>
+ <style name="QmlRootObjectProperty" italic="true"/>
+ <style name="QmlScopeObjectProperty" italic="true"/>
+ <style name="QmlStateName" italic="true"/>
+ <style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
+ <style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
+ <style name="JsScopeVar" foreground="#8888ff" italic="true"/>
+ <style name="JsImportVar" foreground="#8888ff" italic="true"/>
+ <style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
</style-scheme>