tm-themes 1.1.2 → 1.2.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,635 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#101010",
4
+ "activityBar.foreground": "#A0A0A0",
5
+ "activityBarBadge.background": "#FFC799",
6
+ "activityBarBadge.foreground": "#000",
7
+ "badge.background": "#FFC799",
8
+ "badge.foreground": "#000",
9
+ "button.background": "#FFC799",
10
+ "button.foreground": "#000",
11
+ "button.hoverBackground": "#FFCFA8",
12
+ "diffEditor.insertedLineBackground": "#99FFE415",
13
+ "diffEditor.insertedTextBackground": "#99FFE415",
14
+ "diffEditor.removedLineBackground": "#FF808015",
15
+ "diffEditor.removedTextBackground": "#FF808015",
16
+ "editor.background": "#101010",
17
+ "editor.foreground": "#FFF",
18
+ "editor.selectionBackground": "#FFFFFF25",
19
+ "editor.selectionHighlightBackground": "#FFFFFF25",
20
+ "editorBracketHighlight.foreground1": "#A0A0A0",
21
+ "editorBracketHighlight.foreground2": "#A0A0A0",
22
+ "editorBracketHighlight.foreground3": "#A0A0A0",
23
+ "editorBracketHighlight.foreground4": "#A0A0A0",
24
+ "editorBracketHighlight.foreground5": "#A0A0A0",
25
+ "editorBracketHighlight.foreground6": "#A0A0A0",
26
+ "editorBracketHighlight.unexpectedBracket.foreground": "#FF8080",
27
+ "editorError.foreground": "#FF8080",
28
+ "editorGroupHeader.tabsBackground": "#101010",
29
+ "editorGutter.addedBackground": "#99FFE4",
30
+ "editorGutter.deletedBackground": "#FF8080",
31
+ "editorGutter.modifiedBackground": "#FFC799",
32
+ "editorHoverWidget.background": "#161616",
33
+ "editorHoverWidget.border": "#282828",
34
+ "editorInlayHint.background": "#1C1C1C",
35
+ "editorInlayHint.foreground": "#A0A0A0",
36
+ "editorLineNumber.foreground": "#505050",
37
+ "editorOverviewRuler.border": "#101010",
38
+ "editorWarning.foreground": "#FFC799",
39
+ "editorWidget.background": "#101010",
40
+ "focusBorder": "#FFC799",
41
+ "icon.foreground": "#A0A0A0",
42
+ "input.background": "#1C1C1C",
43
+ "list.activeSelectionBackground": "#232323",
44
+ "list.activeSelectionForeground": "#FFC799",
45
+ "list.errorForeground": "#FF8080",
46
+ "list.highlightForeground": "#FFC799",
47
+ "list.hoverBackground": "#282828",
48
+ "list.inactiveSelectionBackground": "#232323",
49
+ "scrollbarSlider.background": "#34343480",
50
+ "scrollbarSlider.hoverBackground": "#343434",
51
+ "selection.background": "#666",
52
+ "settings.modifiedItemIndicator": "#FFC799",
53
+ "sideBar.background": "#101010",
54
+ "sideBarSectionHeader.background": "#101010",
55
+ "sideBarSectionHeader.foreground": "#A0A0A0",
56
+ "sideBarTitle.foreground": "#A0A0A0",
57
+ "statusBar.background": "#101010",
58
+ "statusBar.debuggingBackground": "#FF7300",
59
+ "statusBar.debuggingForeground": "#FFF",
60
+ "statusBar.foreground": "#A0A0A0",
61
+ "statusBarItem.remoteBackground": "#FFC799",
62
+ "statusBarItem.remoteForeground": "#000",
63
+ "tab.activeBackground": "#161616",
64
+ "tab.border": "#101010",
65
+ "tab.inactiveBackground": "#101010",
66
+ "textLink.activeForeground": "#FFCFA8",
67
+ "textLink.foreground": "#FFC799",
68
+ "titleBar.activeBackground": "#101010",
69
+ "titleBar.activeForeground": "#7E7E7E",
70
+ "titleBar.inactiveBackground": "#101010",
71
+ "titleBar.inactiveForeground": "#707070"
72
+ },
73
+ "displayName": "Vesper",
74
+ "name": "vesper",
75
+ "tokenColors": [
76
+ {
77
+ "scope": [
78
+ "comment",
79
+ "punctuation.definition.comment"
80
+ ],
81
+ "settings": {
82
+ "foreground": "#8b8b8b94"
83
+ }
84
+ },
85
+ {
86
+ "scope": [
87
+ "variable",
88
+ "string constant.other.placeholder",
89
+ "entity.name.tag"
90
+ ],
91
+ "settings": {
92
+ "foreground": "#FFF"
93
+ }
94
+ },
95
+ {
96
+ "scope": [
97
+ "constant.other.color"
98
+ ],
99
+ "settings": {
100
+ "foreground": "#FFF"
101
+ }
102
+ },
103
+ {
104
+ "scope": [
105
+ "invalid",
106
+ "invalid.illegal"
107
+ ],
108
+ "settings": {
109
+ "foreground": "#FF8080"
110
+ }
111
+ },
112
+ {
113
+ "scope": [
114
+ "keyword",
115
+ "storage.type",
116
+ "storage.modifier"
117
+ ],
118
+ "settings": {
119
+ "foreground": "#A0A0A0"
120
+ }
121
+ },
122
+ {
123
+ "scope": [
124
+ "keyword.control",
125
+ "constant.other.color",
126
+ "punctuation.definition.tag",
127
+ "punctuation.separator.inheritance.php",
128
+ "punctuation.definition.tag.html",
129
+ "punctuation.definition.tag.begin.html",
130
+ "punctuation.definition.tag.end.html",
131
+ "punctuation.section.embedded",
132
+ "keyword.other.template",
133
+ "keyword.other.substitution"
134
+ ],
135
+ "settings": {
136
+ "foreground": "#A0A0A0"
137
+ }
138
+ },
139
+ {
140
+ "scope": [
141
+ "entity.name.tag",
142
+ "meta.tag.sgml",
143
+ "markup.deleted.git_gutter"
144
+ ],
145
+ "settings": {
146
+ "foreground": "#FFC799"
147
+ }
148
+ },
149
+ {
150
+ "scope": [
151
+ "entity.name.function",
152
+ "variable.function",
153
+ "support.function",
154
+ "keyword.other.special-method"
155
+ ],
156
+ "settings": {
157
+ "foreground": "#FFC799"
158
+ }
159
+ },
160
+ {
161
+ "scope": [
162
+ "meta.block variable.other"
163
+ ],
164
+ "settings": {
165
+ "foreground": "#FFF"
166
+ }
167
+ },
168
+ {
169
+ "scope": [
170
+ "support.other.variable",
171
+ "string.other.link"
172
+ ],
173
+ "settings": {
174
+ "foreground": "#FFF"
175
+ }
176
+ },
177
+ {
178
+ "scope": [
179
+ "constant.numeric",
180
+ "support.constant",
181
+ "constant.character",
182
+ "constant.escape",
183
+ "keyword.other.unit",
184
+ "keyword.other",
185
+ "constant.language.boolean"
186
+ ],
187
+ "settings": {
188
+ "foreground": "#FFC799"
189
+ }
190
+ },
191
+ {
192
+ "scope": [
193
+ "string",
194
+ "constant.other.symbol",
195
+ "constant.other.key",
196
+ "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
197
+ ],
198
+ "settings": {
199
+ "foreground": "#99FFE4"
200
+ }
201
+ },
202
+ {
203
+ "scope": [
204
+ "entity.name",
205
+ "support.type",
206
+ "support.class",
207
+ "support.other.namespace.use.php",
208
+ "meta.use.php",
209
+ "support.other.namespace.php",
210
+ "markup.changed.git_gutter",
211
+ "support.type.sys-types"
212
+ ],
213
+ "settings": {
214
+ "foreground": "#FFC799"
215
+ }
216
+ },
217
+ {
218
+ "scope": [
219
+ "source.css support.type.property-name",
220
+ "source.sass support.type.property-name",
221
+ "source.scss support.type.property-name",
222
+ "source.less support.type.property-name",
223
+ "source.stylus support.type.property-name",
224
+ "source.postcss support.type.property-name",
225
+ "source.postcss support.type.property-name",
226
+ "support.type.vendored.property-name.css",
227
+ "source.css.scss entity.name.tag",
228
+ "variable.parameter.keyframe-list.css",
229
+ "meta.property-name.css",
230
+ "variable.parameter.url.scss",
231
+ "meta.property-value.scss",
232
+ "meta.property-value.css"
233
+ ],
234
+ "settings": {
235
+ "foreground": "#FFF"
236
+ }
237
+ },
238
+ {
239
+ "scope": [
240
+ "entity.name.module.js",
241
+ "variable.import.parameter.js",
242
+ "variable.other.class.js"
243
+ ],
244
+ "settings": {
245
+ "foreground": "#FF8080"
246
+ }
247
+ },
248
+ {
249
+ "scope": [
250
+ "variable.language"
251
+ ],
252
+ "settings": {
253
+ "foreground": "#A0A0A0"
254
+ }
255
+ },
256
+ {
257
+ "scope": [
258
+ "entity.name.method.js"
259
+ ],
260
+ "settings": {
261
+ "foreground": "#FFFF"
262
+ }
263
+ },
264
+ {
265
+ "scope": [
266
+ "meta.class-method.js entity.name.function.js",
267
+ "variable.function.constructor"
268
+ ],
269
+ "settings": {
270
+ "foreground": "#FFFF"
271
+ }
272
+ },
273
+ {
274
+ "scope": [
275
+ "entity.other.attribute-name",
276
+ "meta.property-list.scss",
277
+ "meta.attribute-selector.scss",
278
+ "meta.property-value.css",
279
+ "entity.other.keyframe-offset.css",
280
+ "meta.selector.css",
281
+ "entity.name.tag.reference.scss",
282
+ "entity.name.tag.nesting.css",
283
+ "punctuation.separator.key-value.css"
284
+ ],
285
+ "settings": {
286
+ "foreground": "#A0A0A0"
287
+ }
288
+ },
289
+ {
290
+ "scope": [
291
+ "text.html.basic entity.other.attribute-name.html",
292
+ "text.html.basic entity.other.attribute-name"
293
+ ],
294
+ "settings": {
295
+ "foreground": "#FFC799"
296
+ }
297
+ },
298
+ {
299
+ "scope": [
300
+ "entity.other.attribute-name.class",
301
+ "entity.other.attribute-name.id",
302
+ "meta.attribute-selector.scss",
303
+ "variable.parameter.misc.css"
304
+ ],
305
+ "settings": {
306
+ "foreground": "#FFC799"
307
+ }
308
+ },
309
+ {
310
+ "scope": [
311
+ "source.sass keyword.control",
312
+ "meta.attribute-selector.scss"
313
+ ],
314
+ "settings": {
315
+ "foreground": "#99FFE4"
316
+ }
317
+ },
318
+ {
319
+ "scope": [
320
+ "markup.inserted"
321
+ ],
322
+ "settings": {
323
+ "foreground": "#99FFE4"
324
+ }
325
+ },
326
+ {
327
+ "scope": [
328
+ "markup.deleted"
329
+ ],
330
+ "settings": {
331
+ "foreground": "#FF8080"
332
+ }
333
+ },
334
+ {
335
+ "scope": [
336
+ "markup.changed"
337
+ ],
338
+ "settings": {
339
+ "foreground": "#A0A0A0"
340
+ }
341
+ },
342
+ {
343
+ "scope": [
344
+ "string.regexp"
345
+ ],
346
+ "settings": {
347
+ "foreground": "#A0A0A0"
348
+ }
349
+ },
350
+ {
351
+ "scope": [
352
+ "constant.character.escape"
353
+ ],
354
+ "settings": {
355
+ "foreground": "#A0A0A0"
356
+ }
357
+ },
358
+ {
359
+ "scope": [
360
+ "*url*",
361
+ "*link*",
362
+ "*uri*"
363
+ ],
364
+ "settings": {
365
+ "fontStyle": "underline"
366
+ }
367
+ },
368
+ {
369
+ "scope": [
370
+ "tag.decorator.js entity.name.tag.js",
371
+ "tag.decorator.js punctuation.definition.tag.js"
372
+ ],
373
+ "settings": {
374
+ "foreground": "#FFFF"
375
+ }
376
+ },
377
+ {
378
+ "scope": [
379
+ "source.js constant.other.object.key.js string.unquoted.label.js"
380
+ ],
381
+ "settings": {
382
+ "fontStyle": "italic",
383
+ "foreground": "#FF8080"
384
+ }
385
+ },
386
+ {
387
+ "scope": [
388
+ "source.json meta.structure.dictionary.json support.type.property-name.json"
389
+ ],
390
+ "settings": {
391
+ "foreground": "#FFC799"
392
+ }
393
+ },
394
+ {
395
+ "scope": [
396
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
397
+ ],
398
+ "settings": {
399
+ "foreground": "#FFC799"
400
+ }
401
+ },
402
+ {
403
+ "scope": [
404
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
405
+ ],
406
+ "settings": {
407
+ "foreground": "#FFC799"
408
+ }
409
+ },
410
+ {
411
+ "scope": [
412
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
413
+ ],
414
+ "settings": {
415
+ "foreground": "#FFC799"
416
+ }
417
+ },
418
+ {
419
+ "scope": [
420
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
421
+ ],
422
+ "settings": {
423
+ "foreground": "#FFC799"
424
+ }
425
+ },
426
+ {
427
+ "scope": [
428
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
429
+ ],
430
+ "settings": {
431
+ "foreground": "#FFC799"
432
+ }
433
+ },
434
+ {
435
+ "scope": [
436
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
437
+ ],
438
+ "settings": {
439
+ "foreground": "#FFC799"
440
+ }
441
+ },
442
+ {
443
+ "scope": [
444
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
445
+ ],
446
+ "settings": {
447
+ "foreground": "#FFC799"
448
+ }
449
+ },
450
+ {
451
+ "scope": [
452
+ "source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
453
+ ],
454
+ "settings": {
455
+ "foreground": "#FFC799"
456
+ }
457
+ },
458
+ {
459
+ "scope": [
460
+ "text.html.markdown",
461
+ "punctuation.definition.list_item.markdown"
462
+ ],
463
+ "settings": {
464
+ "foreground": "#FFF"
465
+ }
466
+ },
467
+ {
468
+ "scope": [
469
+ "text.html.markdown markup.inline.raw.markdown"
470
+ ],
471
+ "settings": {
472
+ "foreground": "#A0A0A0"
473
+ }
474
+ },
475
+ {
476
+ "scope": [
477
+ "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
478
+ ],
479
+ "settings": {
480
+ "foreground": "#FFF"
481
+ }
482
+ },
483
+ {
484
+ "scope": [
485
+ "markdown.heading",
486
+ "markup.heading | markup.heading entity.name",
487
+ "markup.heading.markdown punctuation.definition.heading.markdown",
488
+ "markup.heading",
489
+ "markup.inserted.git_gutter"
490
+ ],
491
+ "settings": {
492
+ "foreground": "#FFC799"
493
+ }
494
+ },
495
+ {
496
+ "scope": [
497
+ "markup.italic"
498
+ ],
499
+ "settings": {
500
+ "fontStyle": "italic",
501
+ "foreground": "#FFF"
502
+ }
503
+ },
504
+ {
505
+ "scope": [
506
+ "markup.bold",
507
+ "markup.bold string"
508
+ ],
509
+ "settings": {
510
+ "fontStyle": "bold",
511
+ "foreground": "#FFF"
512
+ }
513
+ },
514
+ {
515
+ "scope": [
516
+ "markup.bold markup.italic",
517
+ "markup.italic markup.bold",
518
+ "markup.quote markup.bold",
519
+ "markup.bold markup.italic string",
520
+ "markup.italic markup.bold string",
521
+ "markup.quote markup.bold string"
522
+ ],
523
+ "settings": {
524
+ "fontStyle": "bold",
525
+ "foreground": "#FFF"
526
+ }
527
+ },
528
+ {
529
+ "scope": [
530
+ "markup.underline"
531
+ ],
532
+ "settings": {
533
+ "fontStyle": "underline",
534
+ "foreground": "#FFC799"
535
+ }
536
+ },
537
+ {
538
+ "scope": [
539
+ "markup.quote punctuation.definition.blockquote.markdown"
540
+ ],
541
+ "settings": {
542
+ "foreground": "#FFF"
543
+ }
544
+ },
545
+ {
546
+ "scope": [
547
+ "markup.quote"
548
+ ]
549
+ },
550
+ {
551
+ "scope": [
552
+ "string.other.link.title.markdown"
553
+ ],
554
+ "settings": {
555
+ "foreground": "#FFFF"
556
+ }
557
+ },
558
+ {
559
+ "scope": [
560
+ "string.other.link.description.title.markdown"
561
+ ],
562
+ "settings": {
563
+ "foreground": "#A0A0A0"
564
+ }
565
+ },
566
+ {
567
+ "scope": [
568
+ "constant.other.reference.link.markdown"
569
+ ],
570
+ "settings": {
571
+ "foreground": "#FFC799"
572
+ }
573
+ },
574
+ {
575
+ "scope": [
576
+ "markup.raw.block"
577
+ ],
578
+ "settings": {
579
+ "foreground": "#A0A0A0"
580
+ }
581
+ },
582
+ {
583
+ "scope": [
584
+ "markup.raw.block.fenced.markdown"
585
+ ],
586
+ "settings": {
587
+ "foreground": "#00000050"
588
+ }
589
+ },
590
+ {
591
+ "scope": [
592
+ "punctuation.definition.fenced.markdown"
593
+ ],
594
+ "settings": {
595
+ "foreground": "#00000050"
596
+ }
597
+ },
598
+ {
599
+ "scope": [
600
+ "markup.raw.block.fenced.markdown",
601
+ "variable.language.fenced.markdown",
602
+ "punctuation.section.class.end"
603
+ ],
604
+ "settings": {
605
+ "foreground": "#FFF"
606
+ }
607
+ },
608
+ {
609
+ "scope": [
610
+ "variable.language.fenced.markdown"
611
+ ],
612
+ "settings": {
613
+ "foreground": "#FFF"
614
+ }
615
+ },
616
+ {
617
+ "scope": [
618
+ "meta.separator"
619
+ ],
620
+ "settings": {
621
+ "fontStyle": "bold",
622
+ "foreground": "#65737E"
623
+ }
624
+ },
625
+ {
626
+ "scope": [
627
+ "markup.table"
628
+ ],
629
+ "settings": {
630
+ "foreground": "#FFF"
631
+ }
632
+ }
633
+ ],
634
+ "type": "dark"
635
+ }