diff options
| author | Georger Araújo <georger_br@yahoo.com.br> | 2016-06-20 17:38:29 -0300 |
|---|---|---|
| committer | Georger Araujo <georger_br@yahoo.com.br> | 2016-06-23 18:34:58 +0000 |
| commit | c3a5eecfc5e6acb4b3c15b687d02ec35022b6c2d (patch) | |
| tree | 9eced044c624e809e0075754876d312c32bdcc12 | |
| parent | 7d342471a4a03b99c2545ce0f0a10561b19a041e (diff) | |
| download | qt-creator-c3a5eecfc5e6acb4b3c15b687d02ec35022b6c2d.tar.gz | |
Modnokai Night Shift v2 color scheme for QtC Text Editor
Change-Id: I7919dab34402ce5da0b77fb8fe0630c7c318479f
Reviewed-by: André Hartmann <aha_1980@gmx.de>
| -rw-r--r-- | share/qtcreator/styles/modnokai_night_shift_v2.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/share/qtcreator/styles/modnokai_night_shift_v2.xml b/share/qtcreator/styles/modnokai_night_shift_v2.xml new file mode 100644 index 0000000000..a5716f834d --- /dev/null +++ b/share/qtcreator/styles/modnokai_night_shift_v2.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + This color scheme is based on the Monokai color scheme, originally + created by Wimer Hazenberg: + + http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/ + + It was initially modified (hence the name) for Qt Creator, + and fine-tuned over time, by Georger Araújo. +--> +<style-scheme version="1.0" name="Modnokai Night Shift v2"> + <style name="Text" foreground="#ffffff" background="#000000"/> + <style name="Link" foreground="#ffff00"/> + <style name="Selection" background="#11404c"/> + <style name="LineNumber" foreground="#888888" background="#272822"/> + <style name="SearchResult" background="#555500"/> + <style name="SearchScope" background="#222200"/> + <style name="Parentheses" foreground="#ffffff" background="#11404c"/> + <style name="CurrentLine" background="#373737"/> + <style name="CurrentLineNumber" foreground="#ffff00"/> + <style name="Occurrences" background="#aa0000"/> + <style name="Occurrences.Unused" foreground="#808000"/> + <style name="Occurrences.Rename" foreground="#ffaaaa" background="#553636"/> + <style name="Number" foreground="#ffcd22"/> + <style name="String" foreground="#e0a000"/> + <style name="Type" foreground="#ff8080"/> + <style name="Local"/> + <style name="Field"/> + <style name="Static" foreground="#55ff55" italic="true"/> + <style name="VirtualMethod" italic="true"/> + <style name="Function"/> + <style name="Keyword" foreground="#78d7ec" italic="true"/> + <style name="PrimitiveType" foreground="#ff8080"/> + <style name="Operator" foreground="#a6e22e"/> + <style name="Preprocessor" foreground="#f92672"/> + <style name="Label" foreground="#ffff55"/> + <style name="Comment" foreground="#75715e" italic="true"/> + <style name="Doxygen.Comment" foreground="#75715e" bold="true" italic="true"/> + <style name="Doxygen.Tag" foreground="#80ff80"/> + <style name="VisualWhitespace" foreground="#c0c0c0"/> + <style name="QmlLocalId" italic="true"/> + <style name="QmlExternalId" foreground="#aaaaff" italic="true"/> + <style name="QmlTypeId" foreground="#55ff55"/> + <style name="QmlRootObjectProperty" italic="true"/> + <style name="QmlScopeObjectProperty" 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 name="QmlStateName" italic="true"/> + <style name="Binding" foreground="#ff5555"/> + <style name="DisabledCode" foreground="#777777"/> + <style name="AddedLine" foreground="#55ffff"/> + <style name="RemovedLine" foreground="#ff5555"/> + <style name="DiffFile" foreground="#55ff55"/> + <style name="DiffLocation" foreground="#ffff55"/> + <style name="DiffFileLine" foreground="#000000" background="#d7d700"/> + <style name="DiffContextLine" foreground="#000000" background="#8aaab6"/> + <style name="DiffSourceLine" background="#8c2d2d"/> + <style name="DiffSourceChar" foreground="#000000" background="#c34141"/> + <style name="DiffDestLine" background="#2d8c2d"/> + <style name="DiffDestChar" foreground="#000000" background="#41c341"/> + <style name="Declaration"/> +</style-scheme> |
