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