tm-themes 0.0.0

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