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,600 @@
1
+ {
2
+ "colors": {
3
+ "actionBar.toggledBackground": "#383a49",
4
+ "activityBarBadge.background": "#007ACC",
5
+ "checkbox.border": "#6B6B6B",
6
+ "editor.background": "#1E1E1E",
7
+ "editor.foreground": "#D4D4D4",
8
+ "editor.inactiveSelectionBackground": "#3A3D41",
9
+ "editor.selectionHighlightBackground": "#ADD6FF26",
10
+ "editorIndentGuide.activeBackground1": "#707070",
11
+ "editorIndentGuide.background1": "#404040",
12
+ "input.placeholderForeground": "#A6A6A6",
13
+ "list.activeSelectionIconForeground": "#FFF",
14
+ "list.dropBackground": "#383B3D",
15
+ "menu.background": "#252526",
16
+ "menu.border": "#454545",
17
+ "menu.foreground": "#CCCCCC",
18
+ "menu.separatorBackground": "#454545",
19
+ "ports.iconRunningProcessForeground": "#369432",
20
+ "sideBarSectionHeader.background": "#0000",
21
+ "sideBarSectionHeader.border": "#ccc3",
22
+ "sideBarTitle.foreground": "#BBBBBB",
23
+ "statusBarItem.remoteBackground": "#16825D",
24
+ "statusBarItem.remoteForeground": "#FFF",
25
+ "tab.lastPinnedBorder": "#ccc3",
26
+ "terminal.inactiveSelectionBackground": "#3A3D41",
27
+ "widget.border": "#303031"
28
+ },
29
+ "displayName": "Dark Plus",
30
+ "name": "dark-plus",
31
+ "semanticHighlighting": true,
32
+ "semanticTokenColors": {
33
+ "customLiteral": "#DCDCAA",
34
+ "newOperator": "#C586C0",
35
+ "numberLiteral": "#b5cea8",
36
+ "stringLiteral": "#ce9178"
37
+ },
38
+ "tokenColors": [
39
+ {
40
+ "scope": [
41
+ "meta.embedded",
42
+ "source.groovy.embedded",
43
+ "string meta.image.inline.markdown",
44
+ "variable.legacy.builtin.python"
45
+ ],
46
+ "settings": {
47
+ "foreground": "#D4D4D4"
48
+ }
49
+ },
50
+ {
51
+ "scope": "emphasis",
52
+ "settings": {
53
+ "fontStyle": "italic"
54
+ }
55
+ },
56
+ {
57
+ "scope": "strong",
58
+ "settings": {
59
+ "fontStyle": "bold"
60
+ }
61
+ },
62
+ {
63
+ "scope": "header",
64
+ "settings": {
65
+ "foreground": "#000080"
66
+ }
67
+ },
68
+ {
69
+ "scope": "comment",
70
+ "settings": {
71
+ "foreground": "#6A9955"
72
+ }
73
+ },
74
+ {
75
+ "scope": "constant.language",
76
+ "settings": {
77
+ "foreground": "#569cd6"
78
+ }
79
+ },
80
+ {
81
+ "scope": [
82
+ "constant.numeric",
83
+ "variable.other.enummember",
84
+ "keyword.operator.plus.exponent",
85
+ "keyword.operator.minus.exponent"
86
+ ],
87
+ "settings": {
88
+ "foreground": "#b5cea8"
89
+ }
90
+ },
91
+ {
92
+ "scope": "constant.regexp",
93
+ "settings": {
94
+ "foreground": "#646695"
95
+ }
96
+ },
97
+ {
98
+ "scope": "entity.name.tag",
99
+ "settings": {
100
+ "foreground": "#569cd6"
101
+ }
102
+ },
103
+ {
104
+ "scope": [
105
+ "entity.name.tag.css",
106
+ "entity.name.tag.less"
107
+ ],
108
+ "settings": {
109
+ "foreground": "#d7ba7d"
110
+ }
111
+ },
112
+ {
113
+ "scope": "entity.other.attribute-name",
114
+ "settings": {
115
+ "foreground": "#9cdcfe"
116
+ }
117
+ },
118
+ {
119
+ "scope": [
120
+ "entity.other.attribute-name.class.css",
121
+ "source.css entity.other.attribute-name.class",
122
+ "entity.other.attribute-name.id.css",
123
+ "entity.other.attribute-name.parent-selector.css",
124
+ "entity.other.attribute-name.parent.less",
125
+ "source.css entity.other.attribute-name.pseudo-class",
126
+ "entity.other.attribute-name.pseudo-element.css",
127
+ "source.css.less entity.other.attribute-name.id",
128
+ "entity.other.attribute-name.scss"
129
+ ],
130
+ "settings": {
131
+ "foreground": "#d7ba7d"
132
+ }
133
+ },
134
+ {
135
+ "scope": "invalid",
136
+ "settings": {
137
+ "foreground": "#f44747"
138
+ }
139
+ },
140
+ {
141
+ "scope": "markup.underline",
142
+ "settings": {
143
+ "fontStyle": "underline"
144
+ }
145
+ },
146
+ {
147
+ "scope": "markup.bold",
148
+ "settings": {
149
+ "fontStyle": "bold",
150
+ "foreground": "#569cd6"
151
+ }
152
+ },
153
+ {
154
+ "scope": "markup.heading",
155
+ "settings": {
156
+ "fontStyle": "bold",
157
+ "foreground": "#569cd6"
158
+ }
159
+ },
160
+ {
161
+ "scope": "markup.italic",
162
+ "settings": {
163
+ "fontStyle": "italic"
164
+ }
165
+ },
166
+ {
167
+ "scope": "markup.strikethrough",
168
+ "settings": {
169
+ "fontStyle": "strikethrough"
170
+ }
171
+ },
172
+ {
173
+ "scope": "markup.inserted",
174
+ "settings": {
175
+ "foreground": "#b5cea8"
176
+ }
177
+ },
178
+ {
179
+ "scope": "markup.deleted",
180
+ "settings": {
181
+ "foreground": "#ce9178"
182
+ }
183
+ },
184
+ {
185
+ "scope": "markup.changed",
186
+ "settings": {
187
+ "foreground": "#569cd6"
188
+ }
189
+ },
190
+ {
191
+ "scope": "punctuation.definition.quote.begin.markdown",
192
+ "settings": {
193
+ "foreground": "#6A9955"
194
+ }
195
+ },
196
+ {
197
+ "scope": "punctuation.definition.list.begin.markdown",
198
+ "settings": {
199
+ "foreground": "#6796e6"
200
+ }
201
+ },
202
+ {
203
+ "scope": "markup.inline.raw",
204
+ "settings": {
205
+ "foreground": "#ce9178"
206
+ }
207
+ },
208
+ {
209
+ "name": "brackets of XML/HTML tags",
210
+ "scope": "punctuation.definition.tag",
211
+ "settings": {
212
+ "foreground": "#808080"
213
+ }
214
+ },
215
+ {
216
+ "scope": [
217
+ "meta.preprocessor",
218
+ "entity.name.function.preprocessor"
219
+ ],
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": [
262
+ "storage.modifier",
263
+ "keyword.operator.noexcept"
264
+ ],
265
+ "settings": {
266
+ "foreground": "#569cd6"
267
+ }
268
+ },
269
+ {
270
+ "scope": [
271
+ "string",
272
+ "meta.embedded.assembly"
273
+ ],
274
+ "settings": {
275
+ "foreground": "#ce9178"
276
+ }
277
+ },
278
+ {
279
+ "scope": "string.tag",
280
+ "settings": {
281
+ "foreground": "#ce9178"
282
+ }
283
+ },
284
+ {
285
+ "scope": "string.value",
286
+ "settings": {
287
+ "foreground": "#ce9178"
288
+ }
289
+ },
290
+ {
291
+ "scope": "string.regexp",
292
+ "settings": {
293
+ "foreground": "#d16969"
294
+ }
295
+ },
296
+ {
297
+ "name": "String interpolation",
298
+ "scope": [
299
+ "punctuation.definition.template-expression.begin",
300
+ "punctuation.definition.template-expression.end",
301
+ "punctuation.section.embedded"
302
+ ],
303
+ "settings": {
304
+ "foreground": "#569cd6"
305
+ }
306
+ },
307
+ {
308
+ "name": "Reset JavaScript string interpolation expression",
309
+ "scope": [
310
+ "meta.template.expression"
311
+ ],
312
+ "settings": {
313
+ "foreground": "#d4d4d4"
314
+ }
315
+ },
316
+ {
317
+ "scope": [
318
+ "support.type.vendored.property-name",
319
+ "support.type.property-name",
320
+ "source.css variable",
321
+ "source.coffee.embedded"
322
+ ],
323
+ "settings": {
324
+ "foreground": "#9cdcfe"
325
+ }
326
+ },
327
+ {
328
+ "scope": "keyword",
329
+ "settings": {
330
+ "foreground": "#569cd6"
331
+ }
332
+ },
333
+ {
334
+ "scope": "keyword.control",
335
+ "settings": {
336
+ "foreground": "#569cd6"
337
+ }
338
+ },
339
+ {
340
+ "scope": "keyword.operator",
341
+ "settings": {
342
+ "foreground": "#d4d4d4"
343
+ }
344
+ },
345
+ {
346
+ "scope": [
347
+ "keyword.operator.new",
348
+ "keyword.operator.expression",
349
+ "keyword.operator.cast",
350
+ "keyword.operator.sizeof",
351
+ "keyword.operator.alignof",
352
+ "keyword.operator.typeid",
353
+ "keyword.operator.alignas",
354
+ "keyword.operator.instanceof",
355
+ "keyword.operator.logical.python",
356
+ "keyword.operator.wordlike"
357
+ ],
358
+ "settings": {
359
+ "foreground": "#569cd6"
360
+ }
361
+ },
362
+ {
363
+ "scope": "keyword.other.unit",
364
+ "settings": {
365
+ "foreground": "#b5cea8"
366
+ }
367
+ },
368
+ {
369
+ "scope": [
370
+ "punctuation.section.embedded.begin.php",
371
+ "punctuation.section.embedded.end.php"
372
+ ],
373
+ "settings": {
374
+ "foreground": "#569cd6"
375
+ }
376
+ },
377
+ {
378
+ "scope": "support.function.git-rebase",
379
+ "settings": {
380
+ "foreground": "#9cdcfe"
381
+ }
382
+ },
383
+ {
384
+ "scope": "constant.sha.git-rebase",
385
+ "settings": {
386
+ "foreground": "#b5cea8"
387
+ }
388
+ },
389
+ {
390
+ "name": "coloring of the Java import and package identifiers",
391
+ "scope": [
392
+ "storage.modifier.import.java",
393
+ "variable.language.wildcard.java",
394
+ "storage.modifier.package.java"
395
+ ],
396
+ "settings": {
397
+ "foreground": "#d4d4d4"
398
+ }
399
+ },
400
+ {
401
+ "name": "this.self",
402
+ "scope": "variable.language",
403
+ "settings": {
404
+ "foreground": "#569cd6"
405
+ }
406
+ },
407
+ {
408
+ "name": "Function declarations",
409
+ "scope": [
410
+ "entity.name.function",
411
+ "support.function",
412
+ "support.constant.handlebars",
413
+ "source.powershell variable.other.member",
414
+ "entity.name.operator.custom-literal"
415
+ ],
416
+ "settings": {
417
+ "foreground": "#DCDCAA"
418
+ }
419
+ },
420
+ {
421
+ "name": "Types declaration and references",
422
+ "scope": [
423
+ "support.class",
424
+ "support.type",
425
+ "entity.name.type",
426
+ "entity.name.namespace",
427
+ "entity.other.attribute",
428
+ "entity.name.scope-resolution",
429
+ "entity.name.class",
430
+ "storage.type.numeric.go",
431
+ "storage.type.byte.go",
432
+ "storage.type.boolean.go",
433
+ "storage.type.string.go",
434
+ "storage.type.uintptr.go",
435
+ "storage.type.error.go",
436
+ "storage.type.rune.go",
437
+ "storage.type.cs",
438
+ "storage.type.generic.cs",
439
+ "storage.type.modifier.cs",
440
+ "storage.type.variable.cs",
441
+ "storage.type.annotation.java",
442
+ "storage.type.generic.java",
443
+ "storage.type.java",
444
+ "storage.type.object.array.java",
445
+ "storage.type.primitive.array.java",
446
+ "storage.type.primitive.java",
447
+ "storage.type.token.java",
448
+ "storage.type.groovy",
449
+ "storage.type.annotation.groovy",
450
+ "storage.type.parameters.groovy",
451
+ "storage.type.generic.groovy",
452
+ "storage.type.object.array.groovy",
453
+ "storage.type.primitive.array.groovy",
454
+ "storage.type.primitive.groovy"
455
+ ],
456
+ "settings": {
457
+ "foreground": "#4EC9B0"
458
+ }
459
+ },
460
+ {
461
+ "name": "Types declaration and references, TS grammar specific",
462
+ "scope": [
463
+ "meta.type.cast.expr",
464
+ "meta.type.new.expr",
465
+ "support.constant.math",
466
+ "support.constant.dom",
467
+ "support.constant.json",
468
+ "entity.other.inherited-class"
469
+ ],
470
+ "settings": {
471
+ "foreground": "#4EC9B0"
472
+ }
473
+ },
474
+ {
475
+ "name": "Control flow / Special keywords",
476
+ "scope": [
477
+ "keyword.control",
478
+ "source.cpp keyword.operator.new",
479
+ "keyword.operator.delete",
480
+ "keyword.other.using",
481
+ "keyword.other.directive.using",
482
+ "keyword.other.operator",
483
+ "entity.name.operator"
484
+ ],
485
+ "settings": {
486
+ "foreground": "#C586C0"
487
+ }
488
+ },
489
+ {
490
+ "name": "Variable and parameter name",
491
+ "scope": [
492
+ "variable",
493
+ "meta.definition.variable.name",
494
+ "support.variable",
495
+ "entity.name.variable",
496
+ "constant.other.placeholder"
497
+ ],
498
+ "settings": {
499
+ "foreground": "#9CDCFE"
500
+ }
501
+ },
502
+ {
503
+ "name": "Constants and enums",
504
+ "scope": [
505
+ "variable.other.constant",
506
+ "variable.other.enummember"
507
+ ],
508
+ "settings": {
509
+ "foreground": "#4FC1FF"
510
+ }
511
+ },
512
+ {
513
+ "name": "Object keys, TS grammar specific",
514
+ "scope": [
515
+ "meta.object-literal.key"
516
+ ],
517
+ "settings": {
518
+ "foreground": "#9CDCFE"
519
+ }
520
+ },
521
+ {
522
+ "name": "CSS property value",
523
+ "scope": [
524
+ "support.constant.property-value",
525
+ "support.constant.font-name",
526
+ "support.constant.media-type",
527
+ "support.constant.media",
528
+ "constant.other.color.rgb-value",
529
+ "constant.other.rgb-value",
530
+ "support.constant.color"
531
+ ],
532
+ "settings": {
533
+ "foreground": "#CE9178"
534
+ }
535
+ },
536
+ {
537
+ "name": "Regular expression groups",
538
+ "scope": [
539
+ "punctuation.definition.group.regexp",
540
+ "punctuation.definition.group.assertion.regexp",
541
+ "punctuation.definition.character-class.regexp",
542
+ "punctuation.character.set.begin.regexp",
543
+ "punctuation.character.set.end.regexp",
544
+ "keyword.operator.negation.regexp",
545
+ "support.other.parenthesis.regexp"
546
+ ],
547
+ "settings": {
548
+ "foreground": "#CE9178"
549
+ }
550
+ },
551
+ {
552
+ "scope": [
553
+ "constant.character.character-class.regexp",
554
+ "constant.other.character-class.set.regexp",
555
+ "constant.other.character-class.regexp",
556
+ "constant.character.set.regexp"
557
+ ],
558
+ "settings": {
559
+ "foreground": "#d16969"
560
+ }
561
+ },
562
+ {
563
+ "scope": [
564
+ "keyword.operator.or.regexp",
565
+ "keyword.control.anchor.regexp"
566
+ ],
567
+ "settings": {
568
+ "foreground": "#DCDCAA"
569
+ }
570
+ },
571
+ {
572
+ "scope": "keyword.operator.quantifier.regexp",
573
+ "settings": {
574
+ "foreground": "#d7ba7d"
575
+ }
576
+ },
577
+ {
578
+ "scope": [
579
+ "constant.character",
580
+ "constant.other.option"
581
+ ],
582
+ "settings": {
583
+ "foreground": "#569cd6"
584
+ }
585
+ },
586
+ {
587
+ "scope": "constant.character.escape",
588
+ "settings": {
589
+ "foreground": "#d7ba7d"
590
+ }
591
+ },
592
+ {
593
+ "scope": "entity.name.label",
594
+ "settings": {
595
+ "foreground": "#C8C8C8"
596
+ }
597
+ }
598
+ ],
599
+ "type": "dark"
600
+ }