-
Notifications
You must be signed in to change notification settings - Fork 16
/
dracula.xml
69 lines (69 loc) · 3.92 KB
/
dracula.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
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Dracula">
<style name="Text" foreground="#f8f8f2" background="#282a36"/>
<style name="Link" foreground="#8be9fd" underlineStyle="SingleUnderline"/>
<style name="Selection" background="#44475a"/>
<style name="LineNumber" foreground="#6272a4"/>
<style name="SearchResult" foreground="#d57544" bold="true"/>
<style name="SearchScope" foreground="#000000" background="#f8f8f2"/>
<style name="Parentheses" foreground="#f8f8f2" background="#51556b" bold="true"/>
<style name="ParenthesesMismatch" foreground="#f8f8f2" background="#51556b"/>
<style name="AutoComplete" foreground="#f8f8f2"/>
<style name="CurrentLine" foreground="#000000" background="#383b4c"/>
<style name="CurrentLineNumber" foreground="#f8f8f2"/>
<style name="Occurrences" foreground="#000000" background="#f8f8f2"/>
<style name="Occurrences.Unused" foreground="#f8f8f2"/>
<style name="Occurrences.Rename" foreground="#000000" background="#f8f8f2"/>
<style name="Number" foreground="#bd93f9"/>
<style name="String" foreground="#f1fa8c"/>
<style name="Type" foreground="#7ce4fb"/>
<style name="Local" foreground="#ffffff"/>
<style name="Parameter"/>
<style name="Global" foreground="#ffb86c"/>
<style name="Field" foreground="#e1cbff"/>
<style name="Static" foreground="#ffb86c"/>
<style name="VirtualMethod" foreground="#50fa7b" italic="true"/>
<style name="Function" foreground="#50fa7b"/>
<style name="Keyword" foreground="#ff79c6" bold="true"/>
<style name="PrimitiveType" foreground="#7ce4fb" italic="true"/>
<style name="Operator" foreground="#ffffff"/>
<style name="Overloaded Operator" foreground="#ffb86c"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#ff79c6"/>
<style name="Label" foreground="#ffb86c"/>
<style name="Comment" foreground="#6272a4" bold="true"/>
<style name="Doxygen.Comment" foreground="#6272a4"/>
<style name="Doxygen.Tag" foreground="#6272a4" bold="true"/>
<style name="VisualWhitespace" foreground="#6272a4"/>
<style name="QmlLocalId" foreground="#50fa7b" italic="true"/>
<style name="QmlExternalId" foreground="#ffb86c" italic="true"/>
<style name="QmlTypeId" foreground="#8be9fd"/>
<style name="QmlRootObjectProperty" foreground="#50fa7b" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#50fa7b" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#ffb86c" italic="true"/>
<style name="JsScopeVar" foreground="#bd93f9" italic="true"/>
<style name="JsImportVar" foreground="#8be9fd" italic="true"/>
<style name="JsGlobalVar" foreground="#8be9fd" italic="true"/>
<style name="QmlStateName" foreground="#50fa7b" italic="true"/>
<style name="Binding" foreground="#ff79c6"/>
<style name="DisabledCode" foreground="#6272a4"/>
<style name="AddedLine" foreground="#50fa7b"/>
<style name="RemovedLine" foreground="#ff5555"/>
<style name="DiffFile" foreground="#8be9fd"/>
<style name="DiffLocation" foreground="#ffb86c"/>
<style name="DiffFileLine" foreground="#282a36" background="#f1fa8c"/>
<style name="DiffContextLine" foreground="#282a36" background="#8be9fd"/>
<style name="DiffSourceLine" background="#ff5555"/>
<style name="DiffSourceChar" background="#cc2222"/>
<style name="DiffDestLine" foreground="#282a36" background="#50fa7b"/>
<style name="DiffDestChar" foreground="#282a36" background="#1dc748"/>
<style name="LogChangeLine" foreground="#ff5555"/>
<style name="Warning" underlineColor="#ffb86c" underlineStyle="SingleUnderline"/>
<style name="WarningContext" underlineColor="#ffb86c" underlineStyle="DotLine"/>
<style name="Error" underlineColor="#ff5555" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff5555" underlineStyle="DotLine"/>
<style name="Declaration" bold="true"/>
<style name="FunctionDefinition"/>
<style name="OutputArgument" italic="true"/>
<style name="StaticMember" foreground="#ffb86c"/>
</style-scheme>