-
Notifications
You must be signed in to change notification settings - Fork 3
/
Material-Darker.xml
60 lines (60 loc) · 3.29 KB
/
Material-Darker.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
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Material-Darker">
<style name="Text" foreground="#EEFFFF" background="#212121"/>
<style name="Link" foreground="#6c71c4"/>
<style name="Selection" foreground="#EEFFFF" background="#414141"/>
<style name="LineNumber" foreground="#586e75" background="#212121"/>
<style name="SearchResult" background="#ffaa00"/>
<style name="SearchScope" background="#268bd2"/>
<style name="Parentheses" foreground="#eeffff" background="#586e75" bold="true"/>
<style name="ParenthesesMismatch" foreground="#000000" background="#ff00ff"/>
<style name="CurrentLine" background="#515d6f"/>
<style name="CurrentLineNumber" foreground="#eeffff" bold="true"/>
<style name="Occurrences" background="#586e75"/>
<style name="Occurrences.Unused" foreground="#719e07"/>
<style name="Occurrences.Rename" background="#d33682"/>
<style name="Number" foreground="#c3e88d"/>
<style name="String" foreground="#c3e88d"/>
<style name="Type" foreground="#EEFFFF"/>
<style name="Local" foreground="#f78c6c"/>
<style name="Field" foreground="#eeffff"/>
<style name="Static" foreground="#EEFFFF" italic="true"/>
<style name="VirtualMethod" foreground="#EEFFFF" italic="true"/>
<style name="Function" foreground="#EEFFFF"/>
<style name="Keyword" foreground="#c792ea"/>
<style name="PrimitiveType" foreground="#ff5370"/>
<style name="Operator" foreground="#89ddff"/>
<style name="Preprocessor" foreground="#c792ea"/>
<style name="Label" foreground="#ff5370" bold="true"/>
<style name="Comment" foreground="#546e7a" italic="true"/>
<style name="Doxygen.Comment" foreground="#546e7a" italic="true"/>
<style name="Doxygen.Tag" foreground="#546e7a"/>
<style name="VisualWhitespace" foreground="#073642"/>
<style name="QmlLocalId" foreground="#EEFFFF"/>
<style name="QmlExternalId" foreground="#eeffff"/>
<style name="QmlTypeId" foreground="#EEFFFF"/>
<style name="QmlRootObjectProperty" foreground="#EEFFFF"/>
<style name="QmlScopeObjectProperty" foreground="#EEFFFF"/>
<style name="QmlExternalObjectProperty" foreground="#eeffff"/>
<style name="JsScopeVar" foreground="#eeffff"/>
<style name="JsImportVar" foreground="#f78c6c"/>
<style name="JsGlobalVar" foreground="#f78c6c"/>
<style name="QmlStateName" foreground="#EEFFFF"/>
<style name="Binding" foreground="#c792ea"/>
<style name="DisabledCode" foreground="#586e75" background="#073642"/>
<style name="AddedLine" foreground="#709d06"/>
<style name="RemovedLine" foreground="#dc322f"/>
<style name="DiffFile" foreground="#268bd2"/>
<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 name="Warning" underlineColor="#ffbe00" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffbe00" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
</style-scheme>