-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprinting-dark.theme
170 lines (170 loc) · 5.1 KB
/
printing-dark.theme
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"background-color" : "#555555",
"text-styles": {
"Normal" : {
"text-color" : "#E0E0E0",
"selected-text-color" : "#ffffff",
"bold" : false,
"italic" : false,
"underline" : false,
"strike-through" : false
},
"Keyword" : {
"text-color" : "#39CCCC",
"selected-text-color" : "#ffffff",
"bold" : true
},
"Function" : {
"text-color" : "#FF862D",
"selected-text-color" : "#ffffff"
},
"Variable" : {
"text-color" : "#FFDC00",
"selected-text-color" : "#ffffff"
},
"ControlFlow" : {
"text-color" : "#E0E0E0",
"selected-text-color" : "#ffffff",
"bold" : true
},
"Operator" : {
"text-color" : "#007BFF",
"selected-text-color" : "#ffffff"
},
"BuiltIn" : {
"text-color" : "#39CCCC",
"selected-text-color" : "#ffffff"
},
"Extension" : {
"text-color" : "#FF4136",
"selected-text-color" : "#ffffff",
"bold" : true
},
"Preprocessor" : {
"text-color" : "#2ECC40",
"selected-text-color" : "#ffffff"
},
"Attribute" : {
"text-color" : "#FFDC00",
"selected-text-color" : "#ffffff"
},
"Char" : {
"text-color" : "#FF4136",
"selected-text-color" : "#ffffff"
},
"SpecialChar" : {
"text-color" : "#FF862D",
"selected-text-color" : "#ffffff"
},
"String" : {
"text-color" : "#2ECC40",
"selected-text-color" : "#ffffff"
},
"VerbatimString" : {
"text-color" : "#2ECC40",
"selected-text-color" : "#ffffff"
},
"SpecialString" : {
"text-color" : "#FF862D",
"selected-text-color" : "#ffffff"
},
"Import" : {
"text-color" : "#39CCCC",
"selected-text-color" : "#ffffff"
},
"DataType" : {
"text-color" : "#FFDC00",
"selected-text-color" : "#ffffff"
},
"DecVal" : {
"text-color" : "#01FF70",
"selected-text-color" : "#ffffff"
},
"BaseN" : {
"text-color" : "#01FF70",
"selected-text-color" : "#ffffff"
},
"Float" : {
"text-color" : "#01FF70",
"selected-text-color" : "#ffffff"
},
"Constant" : {
"text-color" : "#FF862D",
"selected-text-color" : "#ffffff"
},
"Comment" : {
"text-color" : "#AAAAAA",
"selected-text-color" : "#ffffff"
},
"Documentation" : {
"text-color" : "#AAAAAA",
"selected-text-color" : "#ffffff"
},
"Annotation" : {
"text-color" : "#FFDC00",
"selected-text-color" : "#ffffff"
},
"CommentVar" : {
"text-color" : "#39CCCC",
"selected-text-color" : "#ffffff"
},
"RegionMarker" : {
"text-color" : "#FFDC00",
"selected-text-color" : "#ffffff",
"background-color" : "#e0e9f8"
},
"Information" : {
"text-color" : "#01FF70",
"selected-text-color" : "#ffffff"
},
"Warning" : {
"text-color" : "#FF862D",
"selected-text-color" : "#ffffff"
},
"Alert" : {
"text-color" : "#FF4136",
"selected-text-color" : "#ffffff",
"background-color" : "#f7e6e6",
"bold" : true
},
"Error" : {
"text-color" : "#FF4136",
"selected-text-color" : "#ffffff",
"underline" : true
},
"Others" : {
"text-color" : "#2ECC40",
"selected-text-color" : "#ffffff"
}
},
"editor-colors": {
"BackgroundColor" : "#555555",
"CodeFolding" : "#94caef",
"BracketMatching" : "#edf9ff",
"CurrentLine" : "#f8f7f6",
"IconBorder" : "#d6d2d0",
"IndentationLine" : "#d2d2d2",
"LineNumbers" : "#E0E0E0",
"CurrentLineNumber" : "#E0E0E0",
"MarkBookmark" : "#0000ff",
"MarkBreakpointActive" : "#ff0000",
"MarkBreakpointReached" : "#ffff00",
"MarkBreakpointDisabled" : "#ff00ff",
"MarkExecution" : "#a0a0a4",
"MarkWarning" : "#00ff00",
"MarkError" : "#ff0000",
"ModifiedLines" : "#f6e6e6",
"ReplaceHighlight" : "#00ff00",
"SavedLines" : "#baf8ce",
"SearchHighlight" : "#ffff00",
"TextSelection" : "#94caef",
"Separator" : "#E0E0E0",
"SpellChecking" : "#2ECC40",
"TabMarker" : "#d2d2d2",
"TemplateBackground" : "#d6d2d0",
"TemplatePlaceholder" : "#baf8ce",
"TemplateFocusedPlaceholder" : "#76da98",
"TemplateReadOnlyPlaceholder" : "#f6e6e6",
"WordWrapMarker" : "#ededed"
}
}