-
Notifications
You must be signed in to change notification settings - Fork 59
/
darcula2017.3.xml
60 lines (60 loc) · 3.4 KB
/
darcula2017.3.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="Darcula 2017.3">
<style name="Text" foreground="#a9b7c6" background="#2b2b2b"/>
<style name="Link" foreground="#287bde"/>
<style name="Selection" background="#214283"/>
<style name="LineNumber" foreground="#606366" background="#313335"/>
<style name="SearchResult" background="#155221"/>
<style name="SearchScope" background="#214283"/>
<style name="Parentheses" bold="true"/>
<style name="ParenthesesMismatch"/>
<style name="CurrentLine" background="#3a3a3a"/>
<style name="CurrentLineNumber" foreground="#888888" bold="true"/>
<style name="Occurrences" foreground="#000000" background="#616161"/>
<style name="Occurrences.Unused" foreground="#cccccc" underlineStyle="DotLine"/>
<style name="Occurrences.Rename" foreground="#000000" background="#ff6464"/>
<style name="Number" foreground="#6897bb"/>
<style name="String" foreground="#6a8759"/>
<style name="Type" foreground="#b5b6e3"/>
<style name="Local" foreground="#a9b7c6"/>
<style name="Field" foreground="#9876aa"/>
<style name="Static" foreground="#b5b6e3"/>
<style name="VirtualMethod" foreground="#ffc66d" italic="true"/>
<style name="Function" foreground="#a9b7c6"/>
<style name="Keyword" foreground="#d57c33" bold="true"/>
<style name="PrimitiveType" foreground="#d57c33"/>
<style name="Operator" foreground="#cfbfad"/>
<style name="Preprocessor" foreground="#bbb529"/>
<style name="Label" foreground="#a9b7c6" background="#2b2b2b"/>
<style name="Comment" foreground="#808080" italic="true"/>
<style name="Doxygen.Comment" foreground="#629755"/>
<style name="Doxygen.Tag" foreground="#629755" bold="true" italic="true" underlineStyle="SingleUnderline"/>
<style name="VisualWhitespace" foreground="#646482"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" foreground="#aaaaff" italic="true"/>
<style name="QmlTypeId" foreground="#cc7832"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#aaaaff" italic="true"/>
<style name="JsScopeVar" foreground="#8888ff" italic="true"/>
<style name="JsImportVar" foreground="#8888ff" italic="true"/>
<style name="JsGlobalVar" foreground="#8888ff" italic="true"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding" foreground="#ff5555"/>
<style name="DisabledCode" foreground="#a0a0a4" background="#262626" italic="true"/>
<style name="AddedLine" foreground="#00aa00"/>
<style name="RemovedLine" foreground="#ff0000"/>
<style name="DiffFile" foreground="#8484f3"/>
<style name="DiffLocation" foreground="#0084ff"/>
<style name="DiffFileLine" foreground="#404040" background="#dcb178"/>
<style name="DiffContextLine" foreground="#404040" background="#97bac7"/>
<style name="DiffSourceLine" background="#8c2d2d"/>
<style name="DiffSourceChar" background="#c34141"/>
<style name="DiffDestLine" background="#277027"/>
<style name="DiffDestChar" background="#339d33"/>
<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="WaveUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
</style-scheme>