-
Notifications
You must be signed in to change notification settings - Fork 10
/
solarized-dark.xml
56 lines (56 loc) · 3.04 KB
/
solarized-dark.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Solarized (dark)">
<style name="Text" foreground="#839496" background="#002b36"/>
<style name="Link" foreground="#268bd2"/>
<style name="Selection" foreground="#073642" background="#586e75"/>
<style name="LineNumber" foreground="#586e75" background="#073642"/>
<style name="SearchResult" background="#555000"/>
<style name="SearchScope" background="#222000"/>
<style name="Parentheses" foreground="#dc322f"/>
<style name="ParenthesesMismatch" foreground="#000000" background="#ff00ff"/>
<style name="CurrentLine" background="#073642"/>
<style name="CurrentLineNumber" foreground="#586e75" bold="true"/>
<style name="Occurrences" background="#586e75"/>
<style name="Occurrences.Unused" foreground="#808000"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#2aa198"/>
<style name="String" foreground="#2aa198"/>
<style name="Type" foreground="#b58900"/>
<style name="Local" foreground="#839496"/>
<style name="Field" foreground="#839496"/>
<style name="Static" foreground="#859900" italic="true"/>
<style name="VirtualMethod" foreground="#268bd2" italic="true"/>
<style name="Function" foreground="#268bd2"/>
<style name="Keyword" foreground="#859900"/>
<style name="PrimitiveType" foreground="#808000"/>
<style name="Operator" foreground="#839496"/>
<style name="Preprocessor" foreground="#cb4b16"/>
<style name="Label" foreground="#586e75" bold="true"/>
<style name="Comment" foreground="#586e75"/>
<style name="Doxygen.Comment" foreground="#586e75"/>
<style name="Doxygen.Tag" foreground="#586e75"/>
<style name="VisualWhitespace" foreground="#c0c0c0"/>
<style name="QmlLocalId" foreground="#586e75" italic="true"/>
<style name="QmlExternalId" foreground="#3465a4" italic="true"/>
<style name="QmlTypeId" foreground="#75507b"/>
<style name="QmlRootObjectProperty" foreground="#586e75" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#586e75" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#3465a4" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" italic="true"/>
<style name="JsImportVar" foreground="#0055af" italic="true"/>
<style name="JsGlobalVar" foreground="#0055af" italic="true"/>
<style name="QmlStateName" foreground="#586e75" italic="true"/>
<style name="Binding" foreground="#586e75"/>
<style name="DisabledCode" foreground="#586e75"/>
<style name="AddedLine" foreground="#2aa198"/>
<style name="RemovedLine" foreground="#dc322f"/>
<style name="DiffFile" foreground="#859900"/>
<style name="DiffLocation" foreground="#b58900"/>
<style name="DiffFileLine" background="#ffff00"/>
<style name="DiffContextLine" background="#afd7e7"/>
<style name="DiffSourceLine" background="#ffdfdf"/>
<style name="DiffSourceChar" background="#ffafaf"/>
<style name="DiffDestLine" background="#dfffdf"/>
<style name="DiffDestChar" background="#afffaf"/>
<style name="LogChangeLine" foreground="#c00000"/>
</style-scheme>