-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaterial.xml
56 lines (56 loc) · 3.16 KB
/
material.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="Material">
<style name="Text" foreground="#eeffff" background="#263238"/>
<style name="Link" foreground="#88cee7" italic="true"/>
<style name="Selection" foreground="#edfefe" background="#314549"/>
<style name="LineNumber" foreground="#37474f"/>
<style name="SearchResult" foreground="#000000" background="#7a8c8c"/>
<style name="SearchScope" foreground="#000000" background="#7a8c8c"/>
<style name="Parentheses" foreground="#000000" background="#a7bebe"/>
<style name="ParenthesesMismatch" foreground="#000000" background="#ff00ff"/>
<style name="CurrentLine" background="#1f292f" bold="true"/>
<style name="CurrentLineNumber" foreground="#37474f" background="#1f292f"/>
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/>
<style name="Occurrences.Unused" foreground="#ffaa7f"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#f77669"/>
<style name="String" foreground="#c3e88d"/>
<style name="Type" foreground="#82aaff"/>
<style name="Local" foreground="#b1cbd5"/>
<style name="Field" foreground="#f6f6f0"/>
<style name="Static" foreground="#f57669"/>
<style name="VirtualMethod" foreground="#e5e4e1" italic="true"/>
<style name="Function" foreground="#82aaff"/>
<style name="Keyword" foreground="#c792ea"/>
<style name="PrimitiveType" foreground="#c792ea"/>
<style name="Operator" foreground="#e6e5e2"/>
<style name="Preprocessor" foreground="#ff5370" bold="true"/>
<style name="Label" foreground="#e5da74"/>
<style name="Comment" foreground="#546e7a"/>
<style name="Doxygen.Comment" foreground="#546e7a" italic="true"/>
<style name="Doxygen.Tag" foreground="#546e7a" bold="true" italic="true"/>
<style name="VisualWhitespace" foreground="#475259"/>
<style name="QmlLocalId" foreground="#ffeb95" italic="true"/>
<style name="QmlExternalId" foreground="#2572b8" italic="true"/>
<style name="QmlTypeId" foreground="#00b9d7" bold="true"/>
<style name="QmlRootObjectProperty" foreground="#f67669" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#e5e4e1" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#2572b8" italic="true"/>
<style name="JsScopeVar" foreground="#2985c7" italic="true"/>
<style name="JsImportVar" foreground="#0055af" italic="true"/>
<style name="JsGlobalVar" foreground="#ff5370" italic="true"/>
<style name="QmlStateName" foreground="#e4e3e0" italic="true"/>
<style name="Binding" foreground="#80cbc4"/>
<style name="DisabledCode" foreground="#546e7a"/>
<style name="AddedLine" foreground="#3875d7"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#a6e22e"/>
<style name="DiffLocation" foreground="#2572b8"/>
<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>