2009-07-15
If you are looking for a nice dark theme for the Qt Creator, you might want to
try my adaptation of the inkpot vim
theme. Just save it as
~/.config/Nokia/qtcreator/styles/inkpot.xml
and select it in the
Tools -> Options -> Text Editor -> Color Scheme.
Please note that this might need a git version of the Qt Creator. Previous
releases did not have the feature of switching between several editor themes.
Therefore, if you don't have the corresponding item in the settings dialog,
put the following into your ~/.config/Nokia/QtCreator.ini
:
[TextEditor] FontFamily=Terminus Selection="#ffffff;#678db2;false;false" LineNumber="#8b8bcd;#2e2e2e;false;false" SearchResult="#000000;#ffef0b;false;false" SearchScope="#000000;#f8fafc;false;false" Parentheses="#ffff00;invalid;true;false" CurrentLine="#000000;#2d2d32;false;false" Number="#506bbd;invalid;false;false" String="#ffcd8b;#404040;false;false" Type="#ff8bff;invalid;false;false" Keyword="#808bed;invalid;false;false" Operator="#409040;invalid;true;false" Preprocessor="#409040;invalid;false;false" Label="#e76000;invalid;false;false" Comment="#cd8b00;invalid;false;false" DisabledCode="#a0a0a4;invalid;false;true" AddedLine="#00aa00;invalid;false;false" RemovedLine="#ff0000;invalid;false;false" DiffFile="#8484f3;invalid;false;false" DiffLocation="#0084ff;invalid;false;false" Text="#cfbfad;#1e1e27;false;false"