summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-07-14 14:43:17 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2016-07-14 15:58:59 +0000
commite43773014a94d2752b96e7648c71914714678bc4 (patch)
treee7f11763211197102b4803ac6d2e5dca4ed43bcb /share
parentdc6a3c4feffb74b1334959a3d77e5f9b70c8b3c3 (diff)
downloadqt-creator-e43773014a94d2752b96e7648c71914714678bc4.tar.gz
Adding Solarized editor themes
These color schemes are based on the Solarized color schemes, originally created by Ethan Schoonover: http://ethanschoonover.com/solarized/ Change-Id: I75848608f59bbb32a78520e7b1a1a2554f2eca44 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/styles/solarized-dark.xml69
-rw-r--r--share/qtcreator/styles/solarized-light.xml69
2 files changed, 138 insertions, 0 deletions
diff --git a/share/qtcreator/styles/solarized-dark.xml b/share/qtcreator/styles/solarized-dark.xml
new file mode 100644
index 0000000000..fcb6851108
--- /dev/null
+++ b/share/qtcreator/styles/solarized-dark.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ This color scheme is based on the dark Solarized color scheme,
+ originally created by Ethan Schoonover:
+
+ http://ethanschoonover.com/solarized/
+-->
+<style-scheme version="1.0" name="Solarized Dark">
+ <style name="Text" foreground="#839496" background="#002b36"/>
+ <style name="Link" foreground="#6c71c4"/>
+ <style name="Selection" foreground="#002b36" background="#586e75"/>
+ <style name="LineNumber" foreground="#586e75" background="#073642"/>
+ <style name="SearchResult" background="#073642"/>
+ <style name="SearchScope" background="#073642"/>
+ <style name="Parentheses" foreground="#dc322f" background="#586e75" bold="true"/>
+ <style name="ParenthesesMismatch" foreground="#fdff2c" background="#d33682" bold="true"/>
+ <style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
+ <style name="CurrentLine" background="#124252"/>
+ <style name="CurrentLineNumber" foreground="#839496" bold="true"/>
+ <style name="Occurrences" background="#586e75"/>
+ <style name="Occurrences.Unused" foreground="#719e07"/>
+ <style name="Occurrences.Rename" background="#073642"/>
+ <style name="Number" foreground="#2aa198"/>
+ <style name="String" foreground="#2aa198"/>
+ <style name="Type" foreground="#b58900"/>
+ <style name="Local" foreground="#839496"/>
+ <style name="Global"/>
+ <style name="Field" foreground="#268bd2"/>
+ <style name="Static" foreground="#b58900" italic="true"/>
+ <style name="VirtualMethod" foreground="#839496" italic="true"/>
+ <style name="Function" foreground="#839496"/>
+ <style name="Keyword" foreground="#709d06"/>
+ <style name="PrimitiveType" foreground="#808000"/>
+ <style name="Operator" foreground="#839496"/>
+ <style name="Preprocessor" foreground="#cb4b16"/>
+ <style name="Label" foreground="#268bd2" bold="true"/>
+ <style name="Comment" foreground="#586e75" italic="true"/>
+ <style name="Doxygen.Comment" foreground="#586e75" italic="true"/>
+ <style name="Doxygen.Tag" foreground="#586e75"/>
+ <style name="VisualWhitespace" foreground="#268bd2"/>
+ <style name="QmlLocalId" foreground="#657b83" italic="true"/>
+ <style name="QmlExternalId" foreground="#2aa198" italic="true"/>
+ <style name="QmlTypeId" foreground="#b58900"/>
+ <style name="QmlRootObjectProperty" foreground="#657b83" italic="true"/>
+ <style name="QmlScopeObjectProperty" foreground="#657b83" italic="true"/>
+ <style name="QmlExternalObjectProperty" foreground="#2aa198" italic="true"/>
+ <style name="JsScopeVar" foreground="#6c71c4" italic="true"/>
+ <style name="JsImportVar" foreground="#d33682" italic="true"/>
+ <style name="JsGlobalVar" foreground="#268bd2" italic="true"/>
+ <style name="QmlStateName" foreground="#657b83" italic="true"/>
+ <style name="Binding" foreground="#cb4b16"/>
+ <style name="DisabledCode" foreground="#586e75" background="#073642"/>
+ <style name="AddedLine" foreground="#709d06"/>
+ <style name="RemovedLine" foreground="#dc322f"/>
+ <style name="DiffFile" foreground="#268bd2"/>
+ <style name="DiffLocation" foreground="#b58900"/>
+ <style name="DiffFileLine" background="#ffff00"/>
+ <style name="DiffContextLine" background="#afd7e7"/>
+ <style name="DiffSourceLine" background="#ffdfdf"/>
+ <style name="DiffSourceChar" background="#ffafaf"/>
+ <style name="DiffDestLine" background="#dfffdf"/>
+ <style name="DiffDestChar" background="#afffaf"/>
+ <style name="LogChangeLine" foreground="#c00000"/>
+ <style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
+ <style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
+ <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
+ <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
+ <style name="Declaration"/>
+</style-scheme>
diff --git a/share/qtcreator/styles/solarized-light.xml b/share/qtcreator/styles/solarized-light.xml
new file mode 100644
index 0000000000..654de1513c
--- /dev/null
+++ b/share/qtcreator/styles/solarized-light.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ This color scheme is based on the light Solarized color scheme,
+ originally created by Ethan Schoonover:
+
+ http://ethanschoonover.com/solarized/
+-->
+<style-scheme version="1.0" name="Solarized Light">
+ <style name="Text" foreground="#657b83" background="#fdf6e3"/>
+ <style name="Link" foreground="#6c71c4"/>
+ <style name="Selection" foreground="#eee8d5" background="#93a1a1"/>
+ <style name="LineNumber" foreground="#93a1a1" background="#eee8d5"/>
+ <style name="SearchResult" background="#eee8d5"/>
+ <style name="SearchScope" background="#073642"/>
+ <style name="Parentheses" foreground="#dc322f" background="#93a1a1" bold="true"/>
+ <style name="ParenthesesMismatch" foreground="#ffff00" background="#ff00ff" bold="true"/>
+ <style name="AutoComplete" foreground="#000080" background="#c0c0ff"/>
+ <style name="CurrentLine" background="#e0dbcb"/>
+ <style name="CurrentLineNumber" foreground="#556058" bold="true"/>
+ <style name="Occurrences" background="#93a1a1"/>
+ <style name="Occurrences.Unused" foreground="#719e07"/>
+ <style name="Occurrences.Rename" background="#e0dbcb"/>
+ <style name="Number" foreground="#2aa198"/>
+ <style name="String" foreground="#2aa198"/>
+ <style name="Type" foreground="#b58900"/>
+ <style name="Local" foreground="#657b83"/>
+ <style name="Global"/>
+ <style name="Field" foreground="#268bd2"/>
+ <style name="Static" foreground="#b58900" italic="true"/>
+ <style name="VirtualMethod" foreground="#657b83" italic="true"/>
+ <style name="Function" foreground="#657b83"/>
+ <style name="Keyword" foreground="#709d06"/>
+ <style name="PrimitiveType" foreground="#808000"/>
+ <style name="Operator" foreground="#657b83"/>
+ <style name="Preprocessor" foreground="#cb4b16"/>
+ <style name="Label" foreground="#268bd2" bold="true"/>
+ <style name="Comment" foreground="#93a1a1" italic="true"/>
+ <style name="Doxygen.Comment" foreground="#93a1a1" italic="true"/>
+ <style name="Doxygen.Tag" foreground="#93a1a1"/>
+ <style name="VisualWhitespace" foreground="#eee8d5"/>
+ <style name="QmlLocalId" foreground="#657b83" italic="true"/>
+ <style name="QmlExternalId" foreground="#2aa198" italic="true"/>
+ <style name="QmlTypeId" foreground="#b58900"/>
+ <style name="QmlRootObjectProperty" foreground="#657b83" italic="true"/>
+ <style name="QmlScopeObjectProperty" foreground="#657b83" italic="true"/>
+ <style name="QmlExternalObjectProperty" foreground="#2aa198" italic="true"/>
+ <style name="JsScopeVar" foreground="#6c71c4" italic="true"/>
+ <style name="JsImportVar" foreground="#268bd2" italic="true"/>
+ <style name="JsGlobalVar" foreground="#268bd2" italic="true"/>
+ <style name="QmlStateName" foreground="#657b83" italic="true"/>
+ <style name="Binding" foreground="#cb4b16"/>
+ <style name="DisabledCode" foreground="#93a1a1" background="#eee8d5"/>
+ <style name="AddedLine" foreground="#709d06"/>
+ <style name="RemovedLine" foreground="#dc322f"/>
+ <style name="DiffFile" foreground="#268bd2"/>
+ <style name="DiffLocation" foreground="#b58900"/>
+ <style name="DiffFileLine" background="#ffff00"/>
+ <style name="DiffContextLine" background="#afd7e7"/>
+ <style name="DiffSourceLine" background="#ffdfdf"/>
+ <style name="DiffSourceChar" background="#ffafaf"/>
+ <style name="DiffDestLine" background="#dfffdf"/>
+ <style name="DiffDestChar" background="#afffaf"/>
+ <style name="LogChangeLine" foreground="#c00000"/>
+ <style name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
+ <style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
+ <style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
+ <style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
+ <style name="Declaration"/>
+</style-scheme>