-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisualStudioDark.xml
64 lines (64 loc) · 2.65 KB
/
VisualStudioDark.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
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="Visual Studio Dark">
<style name="Text" foreground="#ebebeb" background="#1e1e1e"/>
<style name="Link"/>
<style name="Selection" background="#264f78"/>
<style name="LineNumber" foreground="#2b91af" background="#191919"/>
<style name="SearchResult"/>
<style name="SearchScope"/>
<style name="Parentheses"/>
<style name="ParenthesesMismatch"/>
<style name="AutoComplete"/>
<style name="CurrentLine" background="#0f0f0f"/>
<style name="CurrentLineNumber" foreground="#2b91af" bold="true"/>
<style name="Occurrences"/>
<style name="Occurrences.Unused"/>
<style name="Occurrences.Rename"/>
<style name="Number" foreground="#afd99c"/>
<style name="String" foreground="#d69d85"/>
<style name="Type" foreground="#3dcaac"/>
<style name="Local"/>
<style name="Global"/>
<style name="Field"/>
<style name="Static" foreground="#b0df90"/>
<style name="VirtualMethod" italic="true"/>
<style name="Function"/>
<style name="Keyword" foreground="#398ecf"/>
<style name="PrimitiveType" foreground="#3a87d0"/>
<style name="Operator"/>
<style name="Preprocessor" foreground="#b853c1"/>
<style name="Label"/>
<style name="Comment" foreground="#57a64a"/>
<style name="Doxygen.Comment" foreground="#006400"/>
<style name="Doxygen.Tag" foreground="#5e7a71" bold="true"/>
<style name="VisualWhitespace"/>
<style name="QmlLocalId" italic="true"/>
<style name="QmlExternalId" italic="true"/>
<style name="QmlTypeId"/>
<style name="QmlRootObjectProperty" italic="true"/>
<style name="QmlScopeObjectProperty" italic="true"/>
<style name="QmlExternalObjectProperty" italic="true"/>
<style name="JsScopeVar" italic="true"/>
<style name="JsImportVar" italic="true"/>
<style name="JsGlobalVar" italic="true"/>
<style name="QmlStateName" italic="true"/>
<style name="Binding"/>
<style name="DisabledCode"/>
<style name="AddedLine"/>
<style name="RemovedLine"/>
<style name="DiffFile"/>
<style name="DiffLocation"/>
<style name="DiffFileLine"/>
<style name="DiffContextLine"/>
<style name="DiffSourceLine"/>
<style name="DiffSourceChar"/>
<style name="DiffDestLine"/>
<style name="DiffDestChar"/>
<style name="LogChangeLine" foreground="#c00000"/>
<style name="Warning" underlineColor="#ffbe00"/>
<style name="WarningContext" underlineColor="#ffbe00"/>
<style name="Error" underlineColor="#ff0000" underlineStyle="SingleUnderline"/>
<style name="ErrorContext" underlineColor="#ff0000" underlineStyle="DotLine"/>
<style name="Declaration"/>
<style name="C_OUTPUT_ARGUMENT"/>
</style-scheme>