-
Notifications
You must be signed in to change notification settings - Fork 6
/
VSCodeDarkPlus_BlueKw.xml
75 lines (75 loc) · 4.32 KB
/
VSCodeDarkPlus_BlueKw.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
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="VSCode Dark+ (Blue Keywords)">
<style name="Text" foreground="#dcdcdc" background="#1e1e1e"/>
<style name="Link" foreground="#537639" underlineStyle="SingleUnderline"/>
<style name="Selection" background="#264f78"/>
<style name="LineNumber" foreground="#858585"/>
<style name="SearchResult" foreground="#000000" background="#613214"/>
<style name="SearchResultAlt1" foreground="#000033" background="#613214"/>
<style name="SearchResultAlt2" foreground="#330000" background="#613214"/>
<style name="SearchScope" foreground="#000000" background="#613214"/>
<style name="Parentheses" foreground="#3ea28c" background="#1e1e1e"/>
<style name="ParenthesesMismatch" foreground="#dcdcdc" background="#1e1e1e" underlineColor="#ff0000" underlineStyle="WaveUnderline"/>
<style name="AutoComplete" foreground="#0000be" background="#1e1e1e"/>
<style name="CurrentLine" foreground="#000000" background="#282828"/>
<style name="CurrentLineNumber" foreground="#858585" bold="true"/>
<style name="Occurrences" foreground="#000000"/>
<style name="Occurrences.Unused" background="#1e1e1e" underlineColor="#95db7d" underlineStyle="WaveUnderline"/>
<style name="Occurrences.Rename" foreground="#000000" background="#613214"/>
<style name="Number" foreground="#b5cea8"/>
<style name="String" foreground="#ce9178"/>
<style name="Type" foreground="#4ec9b0"/>
<style name="Local" foreground="#dcdcdc"/>
<style name="Parameter" foreground="#8cdcfe"/>
<style name="Global" foreground="#569cd6"/>
<style name="Field" foreground="#9cdcf0"/>
<style name="Static" foreground="#4fc1ff"/>
<style name="VirtualMethod" foreground="#dcdcdc"/>
<style name="Function" foreground="#dcd08d"/>
<style name="Keyword" foreground="#569cd6"/>
<style name="PrimitiveType" foreground="#569cd6"/>
<style name="Operator" foreground="#dcdcdc"/>
<style name="Overloaded Operator" foreground="#00677c"/>
<style name="Punctuation"/>
<style name="Preprocessor" foreground="#c586c0"/>
<style name="Label" foreground="#dcdcdc"/>
<style name="Comment" foreground="#6a9955"/>
<style name="Doxygen.Comment" foreground="#548b49"/>
<style name="Doxygen.Tag" foreground="#008000"/>
<style name="VisualWhitespace" foreground="#dcdcdc"/>
<style name="QmlLocalId" foreground="#dcdcdc" italic="true"/>
<style name="QmlExternalId" foreground="#000080" italic="true"/>
<style name="QmlTypeId" foreground="#4ec9b0"/>
<style name="QmlRootObjectProperty" foreground="#dcdcdc" italic="true"/>
<style name="QmlScopeObjectProperty" foreground="#dcdcdc" italic="true"/>
<style name="QmlExternalObjectProperty" foreground="#000080" italic="true"/>
<style name="JsScopeVar" foreground="#dcdcdc" italic="true"/>
<style name="JsImportVar" foreground="#dcdcdc" italic="true"/>
<style name="JsGlobalVar" foreground="#dcdcdc" italic="true"/>
<style name="QmlStateName" foreground="#dcdcdc" italic="true"/>
<style name="Binding" foreground="#800000"/>
<style name="DisabledCode" foreground="#9b9b9b"/>
<style name="AddedLine" foreground="#7fff7f"/>
<style name="RemovedLine" foreground="#ff7f7f"/>
<style name="DiffFile" foreground="#dcdcdc"/>
<style name="DiffLocation" foreground="#dcdcdc"/>
<style name="DiffFileLine" foreground="#dcdcdc"/>
<style name="DiffContextLine" foreground="#dcdcdc"/>
<style name="DiffSourceLine" foreground="#dcdcdc"/>
<style name="DiffSourceChar" foreground="#dcdcdc"/>
<style name="DiffDestLine" foreground="#dcdcdc"/>
<style name="DiffDestChar" foreground="#dcdcdc"/>
<style name="LogChangeLine" foreground="#dcdcdc"/>
<style name="LogAuthorName" foreground="#007af4"/>
<style name="LogCommitDate" foreground="#006600"/>
<style name="LogCommitHash" foreground="#ff0000"/>
<style name="LogCommitSubject"/>
<style name="LogDecoration" foreground="#ff00ff"/>
<style name="Warning" underlineColor="#95db7d" underlineStyle="WaveUnderline"/>
<style name="WarningContext" underlineColor="#95db7d" underlineStyle="WaveUnderline"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="WaveUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="WaveUnderline"/>
<style name="Declaration" foreground="#dcd08d"/>
<style name="FunctionDefinition" foreground="#dcd08d"/>
<style name="OutputArgument" italic="true"/>
</style-scheme>