1 | {
|
2 | "name": "slack-dark",
|
3 | "type": "dark",
|
4 | "colors": {
|
5 | "activityBarBadge.background": "#1D978D",
|
6 | "editor.background": "#222222",
|
7 | "editor.foreground": "#E6E6E6",
|
8 | "editor.inactiveSelectionBackground": "#3a3d41",
|
9 | "editor.selectionHighlightBackground": "#add6ff26",
|
10 | "editorIndentGuide.activeBackground": "#707070",
|
11 | "editorIndentGuide.background": "#404040",
|
12 | "input.placeholderForeground": "#7A7A7A",
|
13 | "list.dropBackground": "#383b3d",
|
14 | "list.activeSelectionBackground": "#222222",
|
15 | "list.focusBackground": "#0077B5",
|
16 | "menu.background": "#252526",
|
17 | "menu.foreground": "#E6E6E6",
|
18 | "settings.numberInputBackground": "#292929",
|
19 | "settings.textInputBackground": "#292929",
|
20 | "sideBarTitle.foreground": "#E6E6E6",
|
21 | "statusBar.background": "#222222",
|
22 | "statusBar.noFolderBackground": "#141414",
|
23 | "statusBar.debuggingBackground": "#1D978D",
|
24 | "list.hoverBackground": "#222222",
|
25 | "gitDecoration.modifiedResourceForeground": "#ECB22E",
|
26 | "gitDecoration.deletedResourceForeground": "#FFF",
|
27 | "gitDecoration.untrackedResourceForeground": "#ECB22E",
|
28 | "gitDecoration.ignoredResourceForeground": "#877583",
|
29 | "gitDecoration.addedResourceForeground": "#ECB22E",
|
30 | "gitDecoration.conflictingResourceForeground": "#FFF",
|
31 | "editor.lineHighlightBorder": "#141414",
|
32 | "editor.lineHighlightBackground": "#141414",
|
33 | "editorSuggestWidget.selectedBackground": "#0077B5",
|
34 | "sideBarSectionHeader.background": "#222222",
|
35 | "activityBar.background": "#222222",
|
36 | "button.background": "#0077B5",
|
37 | "button.foreground": "#FFF",
|
38 | "button.hoverBackground": "#005076",
|
39 | "extensionButton.prominentBackground": "#0077B5",
|
40 | "extensionButton.prominentForeground": "#FFF",
|
41 | "extensionButton.prominentHoverBackground": "#005076",
|
42 | "debugExceptionWidget.background": "#141414",
|
43 | "debugExceptionWidget.border": "#FFF",
|
44 | "debugToolBar.background": "#141414",
|
45 | "titleBar.activeBackground": "#222222",
|
46 | "titleBar.activeForeground": "#E6E6E6",
|
47 | "titleBar.inactiveBackground": "#222222",
|
48 | "titleBar.inactiveForeground": "#7A7A7A",
|
49 | "focusBorder": "#0077B5",
|
50 | "textLink.activeForeground": "#0077B5",
|
51 | "textLink.foreground": "#0077B5",
|
52 | "editorLink.activeForeground": "#0077B5",
|
53 | "notificationLink.foreground": "#0077B5"
|
54 | },
|
55 | "tokenColors": [
|
56 | {
|
57 | "scope": ["meta.embedded", "source.groovy.embedded"],
|
58 | "settings": {
|
59 | "foreground": "#D4D4D4"
|
60 | }
|
61 | },
|
62 | {
|
63 | "scope": "emphasis",
|
64 | "settings": {
|
65 | "fontStyle": "italic"
|
66 | }
|
67 | },
|
68 | {
|
69 | "scope": "strong",
|
70 | "settings": {
|
71 | "fontStyle": "bold"
|
72 | }
|
73 | },
|
74 | {
|
75 | "scope": "header",
|
76 | "settings": {
|
77 | "foreground": "#000080"
|
78 | }
|
79 | },
|
80 | {
|
81 | "scope": "comment",
|
82 | "settings": {
|
83 | "foreground": "#6A9955"
|
84 | }
|
85 | },
|
86 | {
|
87 | "scope": "constant.language",
|
88 | "settings": {
|
89 | "foreground": "#569cd6"
|
90 | }
|
91 | },
|
92 | {
|
93 | "scope": ["constant.numeric"],
|
94 | "settings": {
|
95 | "foreground": "#b5cea8"
|
96 | }
|
97 | },
|
98 | {
|
99 | "scope": "constant.regexp",
|
100 | "settings": {
|
101 | "foreground": "#646695"
|
102 | }
|
103 | },
|
104 | {
|
105 | "scope": "entity.name.tag",
|
106 | "settings": {
|
107 | "foreground": "#569cd6"
|
108 | }
|
109 | },
|
110 | {
|
111 | "scope": "entity.name.tag.css",
|
112 | "settings": {
|
113 | "foreground": "#d7ba7d"
|
114 | }
|
115 | },
|
116 | {
|
117 | "scope": "entity.other.attribute-name",
|
118 | "settings": {
|
119 | "foreground": "#9cdcfe"
|
120 | }
|
121 | },
|
122 | {
|
123 | "scope": [
|
124 | "entity.other.attribute-name.class.css",
|
125 | "entity.other.attribute-name.class.mixin.css",
|
126 | "entity.other.attribute-name.id.css",
|
127 | "entity.other.attribute-name.parent-selector.css",
|
128 | "entity.other.attribute-name.pseudo-class.css",
|
129 | "entity.other.attribute-name.pseudo-element.css",
|
130 | "source.css.less entity.other.attribute-name.id",
|
131 | "entity.other.attribute-name.attribute.scss",
|
132 | "entity.other.attribute-name.scss"
|
133 | ],
|
134 | "settings": {
|
135 | "foreground": "#d7ba7d"
|
136 | }
|
137 | },
|
138 | {
|
139 | "scope": "invalid",
|
140 | "settings": {
|
141 | "foreground": "#f44747"
|
142 | }
|
143 | },
|
144 | {
|
145 | "scope": "markup.underline",
|
146 | "settings": {
|
147 | "fontStyle": "underline"
|
148 | }
|
149 | },
|
150 | {
|
151 | "scope": "markup.bold",
|
152 | "settings": {
|
153 | "fontStyle": "bold",
|
154 | "foreground": "#569cd6"
|
155 | }
|
156 | },
|
157 | {
|
158 | "scope": "markup.heading",
|
159 | "settings": {
|
160 | "fontStyle": "bold",
|
161 | "foreground": "#569cd6"
|
162 | }
|
163 | },
|
164 | {
|
165 | "scope": "markup.italic",
|
166 | "settings": {
|
167 | "fontStyle": "italic"
|
168 | }
|
169 | },
|
170 | {
|
171 | "scope": "markup.inserted",
|
172 | "settings": {
|
173 | "foreground": "#b5cea8"
|
174 | }
|
175 | },
|
176 | {
|
177 | "scope": "markup.deleted",
|
178 | "settings": {
|
179 | "foreground": "#ce9178"
|
180 | }
|
181 | },
|
182 | {
|
183 | "scope": "markup.changed",
|
184 | "settings": {
|
185 | "foreground": "#569cd6"
|
186 | }
|
187 | },
|
188 | {
|
189 | "scope": "punctuation.definition.quote.begin.markdown",
|
190 | "settings": {
|
191 | "foreground": "#6A9955"
|
192 | }
|
193 | },
|
194 | {
|
195 | "scope": "punctuation.definition.list.begin.markdown",
|
196 | "settings": {
|
197 | "foreground": "#6796e6"
|
198 | }
|
199 | },
|
200 | {
|
201 | "scope": "markup.inline.raw",
|
202 | "settings": {
|
203 | "foreground": "#ce9178"
|
204 | }
|
205 | },
|
206 | {
|
207 | "name": "brackets of XML/HTML tags",
|
208 | "scope": "punctuation.definition.tag",
|
209 | "settings": {
|
210 | "foreground": "#808080"
|
211 | }
|
212 | },
|
213 | {
|
214 | "scope": "meta.preprocessor",
|
215 | "settings": {
|
216 | "foreground": "#569cd6"
|
217 | }
|
218 | },
|
219 | {
|
220 | "scope": "meta.preprocessor.string",
|
221 | "settings": {
|
222 | "foreground": "#ce9178"
|
223 | }
|
224 | },
|
225 | {
|
226 | "scope": "meta.preprocessor.numeric",
|
227 | "settings": {
|
228 | "foreground": "#b5cea8"
|
229 | }
|
230 | },
|
231 | {
|
232 | "scope": "meta.structure.dictionary.key.python",
|
233 | "settings": {
|
234 | "foreground": "#9cdcfe"
|
235 | }
|
236 | },
|
237 | {
|
238 | "scope": "meta.diff.header",
|
239 | "settings": {
|
240 | "foreground": "#569cd6"
|
241 | }
|
242 | },
|
243 | {
|
244 | "scope": "storage",
|
245 | "settings": {
|
246 | "foreground": "#569cd6"
|
247 | }
|
248 | },
|
249 | {
|
250 | "scope": "storage.type",
|
251 | "settings": {
|
252 | "foreground": "#569cd6"
|
253 | }
|
254 | },
|
255 | {
|
256 | "scope": "storage.modifier",
|
257 | "settings": {
|
258 | "foreground": "#569cd6"
|
259 | }
|
260 | },
|
261 | {
|
262 | "scope": "string",
|
263 | "settings": {
|
264 | "foreground": "#ce9178"
|
265 | }
|
266 | },
|
267 | {
|
268 | "scope": "string.tag",
|
269 | "settings": {
|
270 | "foreground": "#ce9178"
|
271 | }
|
272 | },
|
273 | {
|
274 | "scope": "string.value",
|
275 | "settings": {
|
276 | "foreground": "#ce9178"
|
277 | }
|
278 | },
|
279 | {
|
280 | "scope": "string.regexp",
|
281 | "settings": {
|
282 | "foreground": "#d16969"
|
283 | }
|
284 | },
|
285 | {
|
286 | "name": "String interpolation",
|
287 | "scope": [
|
288 | "punctuation.definition.template-expression.begin",
|
289 | "punctuation.definition.template-expression.end",
|
290 | "punctuation.section.embedded"
|
291 | ],
|
292 | "settings": {
|
293 | "foreground": "#569cd6"
|
294 | }
|
295 | },
|
296 | {
|
297 | "name": "Reset JavaScript string interpolation expression",
|
298 | "scope": ["meta.template.expression"],
|
299 | "settings": {
|
300 | "foreground": "#d4d4d4"
|
301 | }
|
302 | },
|
303 | {
|
304 | "scope": [
|
305 | "support.type.vendored.property-name",
|
306 | "support.type.property-name",
|
307 | "variable.css",
|
308 | "variable.scss",
|
309 | "variable.other.less",
|
310 | "source.coffee.embedded"
|
311 | ],
|
312 | "settings": {
|
313 | "foreground": "#9cdcfe"
|
314 | }
|
315 | },
|
316 | {
|
317 | "scope": "keyword",
|
318 | "settings": {
|
319 | "foreground": "#569cd6"
|
320 | }
|
321 | },
|
322 | {
|
323 | "scope": "keyword.control",
|
324 | "settings": {
|
325 | "foreground": "#569cd6"
|
326 | }
|
327 | },
|
328 | {
|
329 | "scope": "keyword.operator",
|
330 | "settings": {
|
331 | "foreground": "#d4d4d4"
|
332 | }
|
333 | },
|
334 | {
|
335 | "scope": [
|
336 | "keyword.operator.new",
|
337 | "keyword.operator.expression",
|
338 | "keyword.operator.cast",
|
339 | "keyword.operator.sizeof",
|
340 | "keyword.operator.instanceof",
|
341 | "keyword.operator.logical.python"
|
342 | ],
|
343 | "settings": {
|
344 | "foreground": "#569cd6"
|
345 | }
|
346 | },
|
347 | {
|
348 | "scope": "keyword.other.unit",
|
349 | "settings": {
|
350 | "foreground": "#b5cea8"
|
351 | }
|
352 | },
|
353 | {
|
354 | "scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
|
355 | "settings": {
|
356 | "foreground": "#569cd6"
|
357 | }
|
358 | },
|
359 | {
|
360 | "scope": "support.function.git-rebase",
|
361 | "settings": {
|
362 | "foreground": "#9cdcfe"
|
363 | }
|
364 | },
|
365 | {
|
366 | "scope": "constant.sha.git-rebase",
|
367 | "settings": {
|
368 | "foreground": "#b5cea8"
|
369 | }
|
370 | },
|
371 | {
|
372 | "name": "coloring of the Java import and package identifiers",
|
373 | "scope": [
|
374 | "storage.modifier.import.java",
|
375 | "variable.language.wildcard.java",
|
376 | "storage.modifier.package.java"
|
377 | ],
|
378 | "settings": {
|
379 | "foreground": "#d4d4d4"
|
380 | }
|
381 | },
|
382 | {
|
383 | "name": "this.self",
|
384 | "scope": "variable.language",
|
385 | "settings": {
|
386 | "foreground": "#569cd6"
|
387 | }
|
388 | },
|
389 | {
|
390 | "name": "Function declarations",
|
391 | "scope": ["entity.name.function", "support.function", "support.constant.handlebars"],
|
392 | "settings": {
|
393 | "foreground": "#DCDCAA"
|
394 | }
|
395 | },
|
396 | {
|
397 | "name": "Types declaration and references",
|
398 | "scope": [
|
399 | "meta.return-type",
|
400 | "support.class",
|
401 | "support.type",
|
402 | "entity.name.type",
|
403 | "entity.name.class",
|
404 | "storage.type.numeric.go",
|
405 | "storage.type.byte.go",
|
406 | "storage.type.boolean.go",
|
407 | "storage.type.string.go",
|
408 | "storage.type.uintptr.go",
|
409 | "storage.type.error.go",
|
410 | "storage.type.rune.go",
|
411 | "storage.type.cs",
|
412 | "storage.type.generic.cs",
|
413 | "storage.type.modifier.cs",
|
414 | "storage.type.variable.cs",
|
415 | "storage.type.annotation.java",
|
416 | "storage.type.generic.java",
|
417 | "storage.type.java",
|
418 | "storage.type.object.array.java",
|
419 | "storage.type.primitive.array.java",
|
420 | "storage.type.primitive.java",
|
421 | "storage.type.token.java",
|
422 | "storage.type.groovy",
|
423 | "storage.type.annotation.groovy",
|
424 | "storage.type.parameters.groovy",
|
425 | "storage.type.generic.groovy",
|
426 | "storage.type.object.array.groovy",
|
427 | "storage.type.primitive.array.groovy",
|
428 | "storage.type.primitive.groovy"
|
429 | ],
|
430 | "settings": {
|
431 | "foreground": "#4EC9B0"
|
432 | }
|
433 | },
|
434 | {
|
435 | "name": "Types declaration and references, TS grammar specific",
|
436 | "scope": [
|
437 | "meta.type.cast.expr",
|
438 | "meta.type.new.expr",
|
439 | "support.constant.math",
|
440 | "support.constant.dom",
|
441 | "support.constant.json",
|
442 | "entity.other.inherited-class"
|
443 | ],
|
444 | "settings": {
|
445 | "foreground": "#4EC9B0"
|
446 | }
|
447 | },
|
448 | {
|
449 | "name": "Control flow keywords",
|
450 | "scope": "keyword.control",
|
451 | "settings": {
|
452 | "foreground": "#C586C0"
|
453 | }
|
454 | },
|
455 | {
|
456 | "name": "Variable and parameter name",
|
457 | "scope": [
|
458 | "variable",
|
459 | "meta.definition.variable.name",
|
460 | "support.variable",
|
461 | "entity.name.variable"
|
462 | ],
|
463 | "settings": {
|
464 | "foreground": "#9CDCFE"
|
465 | }
|
466 | },
|
467 | {
|
468 | "name": "Object keys, TS grammar specific",
|
469 | "scope": ["meta.object-literal.key"],
|
470 | "settings": {
|
471 | "foreground": "#9CDCFE"
|
472 | }
|
473 | },
|
474 | {
|
475 | "name": "CSS property value",
|
476 | "scope": [
|
477 | "support.constant.property-value",
|
478 | "support.constant.font-name",
|
479 | "support.constant.media-type",
|
480 | "support.constant.media",
|
481 | "constant.other.color.rgb-value",
|
482 | "constant.other.rgb-value",
|
483 | "support.constant.color"
|
484 | ],
|
485 | "settings": {
|
486 | "foreground": "#CE9178"
|
487 | }
|
488 | },
|
489 | {
|
490 | "name": "Regular expression groups",
|
491 | "scope": [
|
492 | "punctuation.definition.group.regexp",
|
493 | "punctuation.definition.group.assertion.regexp",
|
494 | "punctuation.definition.character-class.regexp",
|
495 | "punctuation.character.set.begin.regexp",
|
496 | "punctuation.character.set.end.regexp",
|
497 | "keyword.operator.negation.regexp",
|
498 | "support.other.parenthesis.regexp"
|
499 | ],
|
500 | "settings": {
|
501 | "foreground": "#CE9178"
|
502 | }
|
503 | },
|
504 | {
|
505 | "scope": [
|
506 | "constant.character.character-class.regexp",
|
507 | "constant.other.character-class.set.regexp",
|
508 | "constant.other.character-class.regexp",
|
509 | "constant.character.set.regexp"
|
510 | ],
|
511 | "settings": {
|
512 | "foreground": "#d16969"
|
513 | }
|
514 | },
|
515 | {
|
516 | "scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
|
517 | "settings": {
|
518 | "foreground": "#DCDCAA"
|
519 | }
|
520 | },
|
521 | {
|
522 | "scope": "keyword.operator.quantifier.regexp",
|
523 | "settings": {
|
524 | "foreground": "#d7ba7d"
|
525 | }
|
526 | },
|
527 | {
|
528 | "scope": "constant.character",
|
529 | "settings": {
|
530 | "foreground": "#569cd6"
|
531 | }
|
532 | },
|
533 | {
|
534 | "scope": "constant.character.escape",
|
535 | "settings": {
|
536 | "foreground": "#d7ba7d"
|
537 | }
|
538 | },
|
539 | {
|
540 | "scope": "token.info-token",
|
541 | "settings": {
|
542 | "foreground": "#6796e6"
|
543 | }
|
544 | },
|
545 | {
|
546 | "scope": "token.warn-token",
|
547 | "settings": {
|
548 | "foreground": "#cd9731"
|
549 | }
|
550 | },
|
551 | {
|
552 | "scope": "token.error-token",
|
553 | "settings": {
|
554 | "foreground": "#f44747"
|
555 | }
|
556 | },
|
557 | {
|
558 | "scope": "token.debug-token",
|
559 | "settings": {
|
560 | "foreground": "#b267e6"
|
561 | }
|
562 | }
|
563 | ]
|
564 | }
|