aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/styles/modnokai_night_shift_v2.xml
blob: 002a5a4e2c3a4365caa083488ac8ebfe93bcc6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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="Punctuation"/>
  <style name="Operator" foreground="#a6e22e"/>
  <style name="Overloaded Operator"/>
  <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>