summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-07-14 15:25:30 +0200
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-07-14 15:30:27 +0200
commit2fcf2ac5d34f493f82064751c2f51bedfceef76d (patch)
treedaa94568b379129294a87097f497273e0ca36791 /share
parent151366dffa298af0df73e29798851886a4c49d5e (diff)
downloadqt-creator-2fcf2ac5d34f493f82064751c2f51bedfceef76d.tar.gz
Added a FakeVim color theme
Specially for FakeVim users out there who want an easy way to switch to vim's default color theme on a dark brackground. Also did a little cleanup.
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/styles/fakevim.xml32
-rw-r--r--share/qtcreator/styles/grayscale.xml2
2 files changed, 34 insertions, 0 deletions
diff --git a/share/qtcreator/styles/fakevim.xml b/share/qtcreator/styles/fakevim.xml
new file mode 100644
index 0000000000..609d5357c2
--- /dev/null
+++ b/share/qtcreator/styles/fakevim.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<style-scheme version="1.0" name="FakeVim (dark)">
+ <!--
+ Based on the default vim theme for a dark background, Linux console colors.
+ -->
+ <style name="AddedLine" foreground="#55ffff"/>
+ <style name="RemovedLine" foreground="#ff5555"/>
+ <style name="Comment" foreground="#55ffff"/>
+ <style name="CurrentLine" background="#232323"/>
+ <style name="CurrentLineNumber" foreground="#aaaaaa" bold="true"/>
+ <style name="DiffFile" foreground="#55ff55"/>
+ <style name="DiffLocation" foreground="#ffff55"/>
+ <style name="DisabledCode" foreground="#777777"/>
+ <style name="Doxygen.Comment" foreground="#55ffff"/>
+ <style name="Doxygen.Tag" foreground="#00a0a0"/>
+ <style name="Keyword" foreground="#ffff55"/>
+ <style name="Label" foreground="#ffff55"/>
+ <style name="LineNumber" foreground="#888888" background="#232323"/>
+ <style name="Link" foreground="#0055ff"/>
+ <style name="Number" foreground="#ff55ff"/>
+ <style name="Occurrences" background="#363636"/>
+ <style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/>
+ <style name="Operator" foreground="#aaaaaa"/>
+ <style name="Parentheses" foreground="#ff5555" background="#333333"/>
+ <style name="Preprocessor" foreground="#5555ff"/>
+ <style name="SearchResult" background="#555500"/>
+ <style name="SearchScope" background="#222200"/>
+ <style name="Selection" foreground="#000000" background="#aaaaaa"/>
+ <style name="String" foreground="#ff55ff"/>
+ <style name="Text" foreground="#aaaaaa" background="#000000"/>
+ <style name="Type" foreground="#55ff55"/>
+</style-scheme>
diff --git a/share/qtcreator/styles/grayscale.xml b/share/qtcreator/styles/grayscale.xml
index d575410876..75d92688ec 100644
--- a/share/qtcreator/styles/grayscale.xml
+++ b/share/qtcreator/styles/grayscale.xml
@@ -28,6 +28,8 @@
SearchResult
SearchScope
Selection
+ Occurrences
+ Occurrences.Rename
-->
</style-scheme>