summaryrefslogtreecommitdiff
path: root/share/qtcreator/styles
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-08-03 10:31:16 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2010-08-03 11:37:10 +0200
commit6267de71d96d786d8abbb49a4a057c17a716c631 (patch)
tree6624a091e2432d5656726e5681c0219bb288d2ff /share/qtcreator/styles
parentd01403a306390081bba5b7d4fc782e1e2c6b70cc (diff)
downloadqt-creator-6267de71d96d786d8abbb49a4a057c17a716c631.tar.gz
Added IntelliJ IDEA color scheme
It's missing some highlights that we currently don't support, but it comes very close.
Diffstat (limited to 'share/qtcreator/styles')
-rw-r--r--share/qtcreator/styles/grayscale.xml2
-rw-r--r--share/qtcreator/styles/intellij.xml38
2 files changed, 40 insertions, 0 deletions
diff --git a/share/qtcreator/styles/grayscale.xml b/share/qtcreator/styles/grayscale.xml
index d56f6f6f90..290263f4e8 100644
--- a/share/qtcreator/styles/grayscale.xml
+++ b/share/qtcreator/styles/grayscale.xml
@@ -30,6 +30,8 @@
Selection
Occurrences
Occurrences.Rename
+ Occurrences.Unused
+ VisualWhitespace
-->
</style-scheme>
diff --git a/share/qtcreator/styles/intellij.xml b/share/qtcreator/styles/intellij.xml
new file mode 100644
index 0000000000..b98500b620
--- /dev/null
+++ b/share/qtcreator/styles/intellij.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<style-scheme version="1.0" name="IntelliJ IDEA">
+ <style name="AddedLine" foreground="#00aa00"/>
+ <style name="Comment" foreground="#808080" italic="true"/>
+ <style name="CurrentLine" foreground="#000000" background="#ffffd7"/>
+ <style name="DiffFile" foreground="#000080"/>
+ <style name="DiffLocation" foreground="#0000ff"/>
+ <style name="Doxygen.Comment" foreground="#808080" italic="true"/>
+ <style name="Doxygen.Tag" foreground="#808080" bold="true" italic="true"/>
+ <style name="Field" foreground="#660e7a" bold="true"/>
+ <style name="Keyword" foreground="#000080" bold="true"/>
+ <style name="Label" foreground="#800000" bold="true"/>
+ <style name="Local" foreground="#000000"/>
+ <style name="Number" foreground="#0000ff"/>
+ <style name="Operator" foreground="#000000"/>
+ <style name="Parentheses" foreground="#ff0000" background="#c3e1ff"/>
+ <style name="Preprocessor" foreground="#000080" bold="true"/>
+ <style name="RemovedLine" foreground="#ff0000"/>
+ <style name="String" foreground="#008000" bold="true"/>
+ <style name="Text" foreground="#000000" background="#ffffff"/>
+ <style name="Type" foreground="#000000"/>
+ <!--
+ Relying on default colors for:
+
+ CurrentLineNumber
+ DisabledCode
+ LineNumber
+ Link
+ SearchResult
+ SearchScope
+ Selection
+ Occurrences
+ Occurrences.Rename
+ Occurrences.Unused
+ VisualWhitespace
+
+ -->
+</style-scheme>