-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdusk.xml
executable file
·54 lines (54 loc) · 3.07 KB
/
dusk.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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Dusk">
<style name="Text" foreground="#fdfbfe" background="#282b35"/>
<style name="Link" foreground="#3572c6" bold="true" italic="true"/>
<style name="Selection" foreground="#ffffff" background="#384257"/>
<style name="LineNumber" foreground="#585e79"/>
<style name="SearchResult" foreground="#000000" background="#88a1d3"/>
<style name="SearchScope" foreground="#000000" background="#88a1d3"/>
<style name="Parentheses" foreground="#000000" background="#b4c7eb"/>
<style name="CurrentLine" background="#384257"/>
<style name="CurrentLineNumber" foreground="#fcfafd"/>
<style name="Occurrences" foreground="#000000" background="#b4b4b4"/>
<style name="Occurrences.Unused" foreground="#b3b3b3"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#8783d2" bold="true"/>
<style name="String" foreground="#e0444c" bold="true"/>
<style name="Type" foreground="#c33394" bold="true"/>
<style name="Local" foreground="#a8f0ff"/>
<style name="Field" foreground="#90c567" bold="true"/>
<style name="Static" foreground="#c23393" bold="true"/>
<style name="VirtualMethod" foreground="#fcfafd" italic="true"/>
<style name="Function" foreground="#fbf9fc"/>
<style name="Keyword" foreground="#c33394" bold="true"/>
<style name="PrimitiveType" foreground="#c43395" bold="true"/>
<style name="Operator" foreground="#fcfafd"/>
<style name="Preprocessor" foreground="#cd8d5b" bold="true"/>
<style name="Label" foreground="#df444c" bold="true"/>
<style name="Comment" foreground="#4ec455"/>
<style name="Doxygen.Comment" foreground="#4ec455" italic="true"/>
<style name="Doxygen.Tag" foreground="#4ec455" bold="true" italic="true"/>
<style name="VisualWhitespace" foreground="#69848d"/>
<style name="QmlLocalId" foreground="#fcfafd" italic="true"/>
<style name="QmlExternalId" foreground="#3e5ab8" italic="true"/>
<style name="QmlTypeId"/>
<style name="QmlRootObjectProperty" foreground="#fcfafd" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#fcfafd" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#3e5ab8" 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="#fcfafd" italic="true"/>
<style name="Binding" foreground="#fbf9fc"/>
<style name="DisabledCode" foreground="#69858e"/>
<style name="AddedLine" foreground="#41b644"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#3e5ab8"/>
<style name="DiffLocation" foreground="#6668ff"/>
<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-scheme>