snibbets 2.0.16 → 2.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md.orig +27 -0
- data/Gemfile.lock +1 -1
- data/README.md +40 -14
- data/bin/snibbets +14 -20
- data/lib/snibbets/config.rb +9 -1
- data/lib/snibbets/highlight.rb +36 -13
- data/lib/snibbets/lexers.rb +2 -2
- data/lib/snibbets/string.rb +12 -3
- data/lib/snibbets/version.rb +1 -1
- data/lib/snibbets.rb +38 -26
- metadata +1 -6
- data/lib/breeze-dark.theme +0 -174
- data/lib/monokai.theme +0 -394
- data/lib/nord.theme +0 -181
- data/lib/solarized-dark.theme +0 -192
- data/lib/solarized-light.theme +0 -196
data/lib/breeze-dark.theme
DELETED
@@ -1,174 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"metadata" : {
|
3
|
-
"revision" : 2,
|
4
|
-
"name" : "Breeze Dark"
|
5
|
-
},
|
6
|
-
"text-styles": {
|
7
|
-
"Normal" : {
|
8
|
-
"text-color" : "#cfcfc2",
|
9
|
-
"selected-text-color" : "#cfcfc2",
|
10
|
-
"bold" : false,
|
11
|
-
"italic" : false,
|
12
|
-
"underline" : false,
|
13
|
-
"strike-through" : false
|
14
|
-
},
|
15
|
-
"Keyword" : {
|
16
|
-
"text-color" : "#cfcfc2",
|
17
|
-
"selected-text-color" : "#cfcfc2",
|
18
|
-
"bold" : true
|
19
|
-
},
|
20
|
-
"Function" : {
|
21
|
-
"text-color" : "#8e44ad",
|
22
|
-
"selected-text-color" : "#af81ff"
|
23
|
-
},
|
24
|
-
"Variable" : {
|
25
|
-
"text-color" : "#27aeae",
|
26
|
-
"selected-text-color" : "#27aeae"
|
27
|
-
},
|
28
|
-
"ControlFlow" : {
|
29
|
-
"text-color" : "#fdbc4b",
|
30
|
-
"selected-text-color" : "#fdbc4b",
|
31
|
-
"bold" : true
|
32
|
-
},
|
33
|
-
"Operator" : {
|
34
|
-
"text-color" : "#cfcfc2",
|
35
|
-
"selected-text-color" : "#cfcfc2"
|
36
|
-
},
|
37
|
-
"BuiltIn" : {
|
38
|
-
"text-color" : "#7f8c8d",
|
39
|
-
"selected-text-color" : "#bdc3c7"
|
40
|
-
},
|
41
|
-
"Extension" : {
|
42
|
-
"text-color" : "#0099ff",
|
43
|
-
"selected-text-color" : "#bdc3c7",
|
44
|
-
"bold" : true
|
45
|
-
},
|
46
|
-
"Preprocessor" : {
|
47
|
-
"text-color" : "#27ae60",
|
48
|
-
"selected-text-color" : "#27ae60"
|
49
|
-
},
|
50
|
-
"Attribute" : {
|
51
|
-
"text-color" : "#2980b9",
|
52
|
-
"selected-text-color" : "#fdbc4b"
|
53
|
-
},
|
54
|
-
"Char" : {
|
55
|
-
"text-color" : "#3daee9",
|
56
|
-
"selected-text-color" : "#3daee9"
|
57
|
-
},
|
58
|
-
"SpecialChar" : {
|
59
|
-
"text-color" : "#3daee9",
|
60
|
-
"selected-text-color" : "#3daee9"
|
61
|
-
},
|
62
|
-
"String" : {
|
63
|
-
"text-color" : "#f44f4f",
|
64
|
-
"selected-text-color" : "#f44f4f"
|
65
|
-
},
|
66
|
-
"VerbatimString" : {
|
67
|
-
"text-color" : "#da4453",
|
68
|
-
"selected-text-color" : "#da4453"
|
69
|
-
},
|
70
|
-
"SpecialString" : {
|
71
|
-
"text-color" : "#da4453",
|
72
|
-
"selected-text-color" : "#da4453"
|
73
|
-
},
|
74
|
-
"Import" : {
|
75
|
-
"text-color" : "#27ae60",
|
76
|
-
"selected-text-color" : "#27ae60"
|
77
|
-
},
|
78
|
-
"DataType" : {
|
79
|
-
"text-color" : "#2980b9",
|
80
|
-
"selected-text-color" : "#fdbc4b"
|
81
|
-
},
|
82
|
-
"DecVal" : {
|
83
|
-
"text-color" : "#f67400",
|
84
|
-
"selected-text-color" : "#f67400"
|
85
|
-
},
|
86
|
-
"BaseN" : {
|
87
|
-
"text-color" : "#f67400",
|
88
|
-
"selected-text-color" : "#f67400"
|
89
|
-
},
|
90
|
-
"Float" : {
|
91
|
-
"text-color" : "#f67400",
|
92
|
-
"selected-text-color" : "#f67400"
|
93
|
-
},
|
94
|
-
"Constant" : {
|
95
|
-
"text-color" : "#27aeae",
|
96
|
-
"selected-text-color" : "#27aeae",
|
97
|
-
"bold" : true
|
98
|
-
},
|
99
|
-
"Comment" : {
|
100
|
-
"text-color" : "#7a7c7d",
|
101
|
-
"selected-text-color" : "#808080"
|
102
|
-
},
|
103
|
-
"Documentation" : {
|
104
|
-
"text-color" : "#a43340",
|
105
|
-
"selected-text-color" : "#da4453"
|
106
|
-
},
|
107
|
-
"Annotation" : {
|
108
|
-
"text-color" : "#3f8058",
|
109
|
-
"selected-text-color" : "#54aa75"
|
110
|
-
},
|
111
|
-
"CommentVar" : {
|
112
|
-
"text-color" : "#7f8c8d",
|
113
|
-
"selected-text-color" : "#94a3a4"
|
114
|
-
},
|
115
|
-
"RegionMarker" : {
|
116
|
-
"text-color" : "#2980b9",
|
117
|
-
"selected-text-color" : "#3daee9",
|
118
|
-
"background-color" : "#153042"
|
119
|
-
},
|
120
|
-
"Information" : {
|
121
|
-
"text-color" : "#c45b00",
|
122
|
-
"selected-text-color" : "#e46700"
|
123
|
-
},
|
124
|
-
"Warning" : {
|
125
|
-
"text-color" : "#da4453",
|
126
|
-
"selected-text-color" : "#da4453"
|
127
|
-
},
|
128
|
-
"Alert" : {
|
129
|
-
"text-color" : "#95da4c",
|
130
|
-
"selected-text-color" : "#95da4c",
|
131
|
-
"background-color" : "#4d1f24",
|
132
|
-
"bold" : true
|
133
|
-
},
|
134
|
-
"Error" : {
|
135
|
-
"text-color" : "#da4453",
|
136
|
-
"selected-text-color" : "#da4453",
|
137
|
-
"underline" : true
|
138
|
-
},
|
139
|
-
"Others" : {
|
140
|
-
"text-color" : "#27ae60",
|
141
|
-
"selected-text-color" : "#27ae60"
|
142
|
-
}
|
143
|
-
},
|
144
|
-
"editor-colors": {
|
145
|
-
"background-color" : "#232629",
|
146
|
-
"code-folding" : "#224e65",
|
147
|
-
"bracket-matching" : "#8e44ad",
|
148
|
-
"current-line" : "#2A2E32",
|
149
|
-
"icon-border" : "#31363b",
|
150
|
-
"indentation-line" : "#3a3f44",
|
151
|
-
"line-numbers" : "#7a7c7d",
|
152
|
-
"current-line-number" : "#a5a6a8",
|
153
|
-
"mark-bookmark" : "#0404bf",
|
154
|
-
"mark-breakpoint-active" : "#8b0607",
|
155
|
-
"mark-breakpoint-reached" : "#6d6e07",
|
156
|
-
"mark-breakpoint-disabled" : "#820683",
|
157
|
-
"mark-execution" : "#4d4e50",
|
158
|
-
"mark-warning" : "#f67400",
|
159
|
-
"mark-error" : "#da4453",
|
160
|
-
"modified-lines" : "#c04900",
|
161
|
-
"replace-highlight" : "#808021",
|
162
|
-
"saved-lines" : "#1c8042",
|
163
|
-
"search-highlight" : "#218058",
|
164
|
-
"selection" : "#2d5c76",
|
165
|
-
"separator" : "#7a7c7d",
|
166
|
-
"spell-checking" : "#c0392b",
|
167
|
-
"tab-marker" : "#4d4d4d",
|
168
|
-
"template-background" : "#31363b",
|
169
|
-
"template-placeholder" : "#123723",
|
170
|
-
"template-focused-placeholder" : "#123723",
|
171
|
-
"template-read-only-placeholder" : "#4d1f24",
|
172
|
-
"word-wrap-marker" : "#3a3f44"
|
173
|
-
}
|
174
|
-
}
|
data/lib/monokai.theme
DELETED
@@ -1,394 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"custom-styles": {
|
3
|
-
"C": {
|
4
|
-
"Prep. Lib": {
|
5
|
-
"selected-text-color": "#e6db74",
|
6
|
-
"text-color": "#e6db74"
|
7
|
-
}
|
8
|
-
},
|
9
|
-
"C++": {
|
10
|
-
"Qt Classes": {
|
11
|
-
"bold": false,
|
12
|
-
"selected-text-color": "#66d9ef",
|
13
|
-
"text-color": "#66d9ef"
|
14
|
-
},
|
15
|
-
"Qt Macros": {
|
16
|
-
"bold": false,
|
17
|
-
"selected-text-color": "#f92672",
|
18
|
-
"text-color": "#f92672"
|
19
|
-
},
|
20
|
-
"Qt Types": {
|
21
|
-
"bold": false,
|
22
|
-
"selected-text-color": "#66D9EF",
|
23
|
-
"text-color": "#66D9EF"
|
24
|
-
}
|
25
|
-
},
|
26
|
-
"CMake": {
|
27
|
-
"Builtin Variable": {
|
28
|
-
"selected-text-color": "#f8f8f2",
|
29
|
-
"text-color": "#f8f8f2"
|
30
|
-
},
|
31
|
-
"False Special Arg": {
|
32
|
-
"selected-text-color": "#e03232",
|
33
|
-
"text-color": "#e03232"
|
34
|
-
},
|
35
|
-
"True Special Arg": {
|
36
|
-
"selected-text-color": "#38bd38",
|
37
|
-
"text-color": "#38bd38"
|
38
|
-
}
|
39
|
-
},
|
40
|
-
"Doxygen": {
|
41
|
-
"Tags": {
|
42
|
-
"bold": false,
|
43
|
-
"selected-text-color": "#52afbf",
|
44
|
-
"text-color": "#52afbf"
|
45
|
-
},
|
46
|
-
"Word": {
|
47
|
-
"bold": false,
|
48
|
-
"selected-text-color": "#7ba822",
|
49
|
-
"text-color": "#7ba822",
|
50
|
-
"underline": true
|
51
|
-
}
|
52
|
-
},
|
53
|
-
"Diff": {
|
54
|
-
"Added line": {
|
55
|
-
"selected-text-color": "#a6e22e",
|
56
|
-
"text-color": "#a6e22e"
|
57
|
-
},
|
58
|
-
"Changed line (new)": {
|
59
|
-
"selected-text-color": "#a6e22e",
|
60
|
-
"text-color": "#a6e22e"
|
61
|
-
},
|
62
|
-
"Changed line (old)": {
|
63
|
-
"selected-text-color": "#f92672",
|
64
|
-
"text-color": "#f92672"
|
65
|
-
},
|
66
|
-
"Removed line": {
|
67
|
-
"selected-text-color": "#f92672",
|
68
|
-
"text-color": "#f92672"
|
69
|
-
}
|
70
|
-
},
|
71
|
-
"Go": {
|
72
|
-
"Builtin Function": {
|
73
|
-
"selected-text-color": "#a6e22e",
|
74
|
-
"text-color": "#a6e22e"
|
75
|
-
},
|
76
|
-
"Predeclared Identifier": {
|
77
|
-
"selected-text-color": "#ae81ff",
|
78
|
-
"text-color": "#ae81ff"
|
79
|
-
}
|
80
|
-
},
|
81
|
-
"ISO C++": {
|
82
|
-
"Attribute": {
|
83
|
-
"selected-text-color": "#f8f8f2",
|
84
|
-
"text-color": "#f8f8f2"
|
85
|
-
},
|
86
|
-
"Boost Stuff": {
|
87
|
-
"bold": false
|
88
|
-
},
|
89
|
-
"Prep. Lib": {
|
90
|
-
"selected-text-color": "#e6db74",
|
91
|
-
"text-color": "#e6db74"
|
92
|
-
},
|
93
|
-
"Standard Attribute": {
|
94
|
-
"selected-text-color": "#f8f8f2",
|
95
|
-
"text-color": "#f8f8f2"
|
96
|
-
},
|
97
|
-
"Standard Macros": {
|
98
|
-
"selected-text-color": "#f92672",
|
99
|
-
"text-color": "#f92672"
|
100
|
-
},
|
101
|
-
"Standard Suffix": {
|
102
|
-
"selected-text-color": "#f92672",
|
103
|
-
"text-color": "#f92672"
|
104
|
-
},
|
105
|
-
"UDL Numeric Suffix": {
|
106
|
-
"selected-text-color": "#f92672",
|
107
|
-
"text-color": "#f92672"
|
108
|
-
},
|
109
|
-
"UDL String Suffix": {
|
110
|
-
"selected-text-color": "#f92672",
|
111
|
-
"text-color": "#f92672"
|
112
|
-
}
|
113
|
-
},
|
114
|
-
"JSON": {
|
115
|
-
"Style_String_Key": {
|
116
|
-
"italic": false,
|
117
|
-
"selected-text-color": "#f92672",
|
118
|
-
"text-color": "#f92672"
|
119
|
-
}
|
120
|
-
},
|
121
|
-
"JavaScript": {
|
122
|
-
"Object Member": {
|
123
|
-
"selected-text-color": "#f8f8f2",
|
124
|
-
"text-color": "#f8f8f2"
|
125
|
-
},
|
126
|
-
"Substitution": {
|
127
|
-
"selected-text-color": "#f92672",
|
128
|
-
"text-color": "#f92672"
|
129
|
-
}
|
130
|
-
},
|
131
|
-
"JavaScript React (JSX)": {
|
132
|
-
"Component Tag": {
|
133
|
-
"bold": false,
|
134
|
-
"selected-text-color": "#66d9ef",
|
135
|
-
"text-color": "#66d9ef"
|
136
|
-
}
|
137
|
-
},
|
138
|
-
"Makefile": {
|
139
|
-
"FuncParam": {
|
140
|
-
"selected-text-color": "#fd971f",
|
141
|
-
"text-color": "#fd971f"
|
142
|
-
},
|
143
|
-
"Target": {
|
144
|
-
"selected-text-color": "#a6e22e",
|
145
|
-
"text-color": "#a6e22e"
|
146
|
-
},
|
147
|
-
"Variable": {
|
148
|
-
"italic": false,
|
149
|
-
"selected-text-color": "#f8f8f2",
|
150
|
-
"text-color": "#f8f8f2"
|
151
|
-
}
|
152
|
-
},
|
153
|
-
"Markdown": {
|
154
|
-
"Emphasis Text": {
|
155
|
-
"selected-text-color": "#66D9EF",
|
156
|
-
"text-color": "#66D9EF"
|
157
|
-
},
|
158
|
-
"Reference-Link ID": {
|
159
|
-
"selected-text-color": "#ae81ff",
|
160
|
-
"text-color": "#ae81ff"
|
161
|
-
},
|
162
|
-
"Reference-Link Name": {
|
163
|
-
"selected-text-color": "#ae81ff",
|
164
|
-
"text-color": "#ae81ff"
|
165
|
-
},
|
166
|
-
"Reference-Link Target": {
|
167
|
-
"selected-text-color": "#ae81ff",
|
168
|
-
"text-color": "#ae81ff"
|
169
|
-
},
|
170
|
-
"Strong Text": {
|
171
|
-
"selected-text-color": "#66d9ef",
|
172
|
-
"text-color": "#66d9ef"
|
173
|
-
}
|
174
|
-
},
|
175
|
-
"Python": {
|
176
|
-
"Import": {
|
177
|
-
"selected-text-color": "#f92672",
|
178
|
-
"text-color": "#f92672"
|
179
|
-
}
|
180
|
-
},
|
181
|
-
"Rust": {
|
182
|
-
"Definition": {
|
183
|
-
"selected-text-color": "#a6e22e",
|
184
|
-
"text-color": "#a6e22e"
|
185
|
-
},
|
186
|
-
"Lifetime": {
|
187
|
-
"selected-text-color": "#f92672",
|
188
|
-
"text-color": "#f92672"
|
189
|
-
},
|
190
|
-
"Macro": {
|
191
|
-
"selected-text-color": "#a6e22e",
|
192
|
-
"text-color": "#a6e22e"
|
193
|
-
},
|
194
|
-
"Self": {
|
195
|
-
"selected-text-color": "#fd971f",
|
196
|
-
"text-color": "#fd971f"
|
197
|
-
}
|
198
|
-
},
|
199
|
-
"TypeScript": {
|
200
|
-
"Function (Built-in)": {
|
201
|
-
"selected-text-color": "#a6e22e",
|
202
|
-
"text-color": "#a6e22e"
|
203
|
-
},
|
204
|
-
"Object Member": {
|
205
|
-
"selected-text-color": "#f8f8f2",
|
206
|
-
"text-color": "#f8f8f2"
|
207
|
-
},
|
208
|
-
"Substitution": {
|
209
|
-
"selected-text-color": "#f92672",
|
210
|
-
"text-color": "#f92672"
|
211
|
-
}
|
212
|
-
},
|
213
|
-
"TypeScript React (TSX)": {
|
214
|
-
"Component Tag": {
|
215
|
-
"bold": false,
|
216
|
-
"selected-text-color": "#66d9ef",
|
217
|
-
"text-color": "#66d9ef"
|
218
|
-
},
|
219
|
-
"Substitution": {
|
220
|
-
"selected-text-color": "#f92672",
|
221
|
-
"text-color": "#f92672"
|
222
|
-
}
|
223
|
-
}
|
224
|
-
},
|
225
|
-
"editor-colors": {
|
226
|
-
"BackgroundColor": "#272822",
|
227
|
-
"BracketMatching": "#5b5a4a",
|
228
|
-
"CodeFolding": "#3a3b32",
|
229
|
-
"CurrentLine": "#3e3d32",
|
230
|
-
"CurrentLineNumber": "#d1d931",
|
231
|
-
"IconBorder": "#272822",
|
232
|
-
"IndentationLine": "#6272a4",
|
233
|
-
"LineNumbers": "#909194",
|
234
|
-
"MarkBookmark": "#66D9EF",
|
235
|
-
"MarkBreakpointActive": "#ff5555",
|
236
|
-
"MarkBreakpointDisabled": "#bd93f9",
|
237
|
-
"MarkBreakpointReached": "#f1fa8c",
|
238
|
-
"MarkError": "#ff5555",
|
239
|
-
"MarkExecution": "#44475a",
|
240
|
-
"MarkWarning": "#ffb86c",
|
241
|
-
"ModifiedLines": "#ff473d",
|
242
|
-
"ReplaceHighlight": "#735d16",
|
243
|
-
"SavedLines": "#20e852",
|
244
|
-
"SearchHighlight": "#245676",
|
245
|
-
"Separator": "#45474e",
|
246
|
-
"SpellChecking": "#ff5555",
|
247
|
-
"TabMarker": "#6272a4",
|
248
|
-
"TemplateBackground": "#23241e",
|
249
|
-
"TemplateFocusedPlaceholder": "#22231d",
|
250
|
-
"TemplatePlaceholder": "#22231d",
|
251
|
-
"TemplateReadOnlyPlaceholder": "#262721",
|
252
|
-
"TextSelection": "#3f413e",
|
253
|
-
"WordWrapMarker": "#282a36"
|
254
|
-
},
|
255
|
-
"metadata": {
|
256
|
-
"copyright": [
|
257
|
-
"SPDX-FileCopyrightText: 2006 Wimer Hazenberg",
|
258
|
-
"SPDX-FileCopyrightText: 2020 Waqar Ahmed <waqar.17a@gmail.com>"
|
259
|
-
],
|
260
|
-
"license": "SPDX-License-Identifier: MIT",
|
261
|
-
"name": "Monokai",
|
262
|
-
"revision": 6
|
263
|
-
},
|
264
|
-
"text-styles": {
|
265
|
-
"Alert": {
|
266
|
-
"bold": true,
|
267
|
-
"selected-text-color": "#ff5555",
|
268
|
-
"text-color": "#ff5555"
|
269
|
-
},
|
270
|
-
"Annotation": {
|
271
|
-
"selected-text-color": "#75715e",
|
272
|
-
"text-color": "#75715e"
|
273
|
-
},
|
274
|
-
"Attribute": {
|
275
|
-
"selected-text-color": "#f92672",
|
276
|
-
"text-color": "#f92672"
|
277
|
-
},
|
278
|
-
"BaseN": {
|
279
|
-
"selected-text-color": "#ae81ff",
|
280
|
-
"text-color": "#ae81ff"
|
281
|
-
},
|
282
|
-
"BuiltIn": {
|
283
|
-
"selected-text-color": "#66D9EF",
|
284
|
-
"text-color": "#66D9EF"
|
285
|
-
},
|
286
|
-
"Char": {
|
287
|
-
"selected-text-color": "#e6db74",
|
288
|
-
"text-color": "#e6db74"
|
289
|
-
},
|
290
|
-
"Comment": {
|
291
|
-
"selected-text-color": "#75715e",
|
292
|
-
"text-color": "#75715e"
|
293
|
-
},
|
294
|
-
"CommentVar": {
|
295
|
-
"selected-text-color": "#75715e",
|
296
|
-
"text-color": "#75715e"
|
297
|
-
},
|
298
|
-
"Constant": {
|
299
|
-
"selected-text-color": "#ae81ff",
|
300
|
-
"text-color": "#ae81ff"
|
301
|
-
},
|
302
|
-
"ControlFlow": {
|
303
|
-
"selected-text-color": "#f92672",
|
304
|
-
"text-color": "#f92672"
|
305
|
-
},
|
306
|
-
"DataType": {
|
307
|
-
"italic": true,
|
308
|
-
"selected-text-color": "#66d9ef",
|
309
|
-
"text-color": "#66d9ef"
|
310
|
-
},
|
311
|
-
"DecVal": {
|
312
|
-
"selected-text-color": "#ae81ff",
|
313
|
-
"text-color": "#ae81ff"
|
314
|
-
},
|
315
|
-
"Documentation": {
|
316
|
-
"selected-text-color": "#75715e",
|
317
|
-
"text-color": "#75715e"
|
318
|
-
},
|
319
|
-
"Error": {
|
320
|
-
"selected-text-color": "#ff5555",
|
321
|
-
"text-color": "#ff5555",
|
322
|
-
"underline": true
|
323
|
-
},
|
324
|
-
"Extension": {
|
325
|
-
"bold": true,
|
326
|
-
"selected-text-color": "#a6e22e",
|
327
|
-
"text-color": "#a6e22e"
|
328
|
-
},
|
329
|
-
"Float": {
|
330
|
-
"selected-text-color": "#ae81ff",
|
331
|
-
"text-color": "#ae81ff"
|
332
|
-
},
|
333
|
-
"Function": {
|
334
|
-
"selected-text-color": "#a6e22e",
|
335
|
-
"text-color": "#a6e22e"
|
336
|
-
},
|
337
|
-
"Import": {
|
338
|
-
"selected-text-color": "#f92672",
|
339
|
-
"text-color": "#f92672"
|
340
|
-
},
|
341
|
-
"Information": {
|
342
|
-
"selected-text-color": "#f1fa8c",
|
343
|
-
"text-color": "#f1fa8c"
|
344
|
-
},
|
345
|
-
"Keyword": {
|
346
|
-
"selected-text-color": "#f92672",
|
347
|
-
"text-color": "#f92672"
|
348
|
-
},
|
349
|
-
"Normal": {
|
350
|
-
"selected-text-color": "#f8f8f2",
|
351
|
-
"text-color": "#f8f8f2"
|
352
|
-
},
|
353
|
-
"Operator": {
|
354
|
-
"selected-text-color": "#f8f8f2",
|
355
|
-
"text-color": "#f8f8f2"
|
356
|
-
},
|
357
|
-
"Others": {
|
358
|
-
"selected-text-color": "#a6e22e",
|
359
|
-
"text-color": "#a6e22e"
|
360
|
-
},
|
361
|
-
"Preprocessor": {
|
362
|
-
"selected-text-color": "#f92672",
|
363
|
-
"text-color": "#f92672"
|
364
|
-
},
|
365
|
-
"RegionMarker": {
|
366
|
-
"selected-text-color": "#75715e",
|
367
|
-
"text-color": "#75715e"
|
368
|
-
},
|
369
|
-
"SpecialChar": {
|
370
|
-
"selected-text-color": "#ae81ff",
|
371
|
-
"text-color": "#ae81ff"
|
372
|
-
},
|
373
|
-
"SpecialString": {
|
374
|
-
"selected-text-color": "#e6db74",
|
375
|
-
"text-color": "#e6db74"
|
376
|
-
},
|
377
|
-
"String": {
|
378
|
-
"selected-text-color": "#e6db74",
|
379
|
-
"text-color": "#e6db74"
|
380
|
-
},
|
381
|
-
"Variable": {
|
382
|
-
"selected-text-color": "#f8f8f2",
|
383
|
-
"text-color": "#f8f8f2"
|
384
|
-
},
|
385
|
-
"VerbatimString": {
|
386
|
-
"selected-text-color": "#d8c72c",
|
387
|
-
"text-color": "#d8c72c"
|
388
|
-
},
|
389
|
-
"Warning": {
|
390
|
-
"selected-text-color": "#ff5555",
|
391
|
-
"text-color": "#ff5555"
|
392
|
-
}
|
393
|
-
}
|
394
|
-
}
|