tm-themes 1.0.0 → 1.0.2

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.
@@ -688,14 +688,12 @@
688
688
  }
689
689
  },
690
690
  {
691
- "name": "Function Call",
692
691
  "scope": "variable.function, source meta.function-call entity.name.function, source meta.function-call entity.name.function, source meta.method-call entity.name.function, meta.class meta.group.braces.curly meta.function-call variable.function, meta.class meta.field.declaration meta.function-call entity.name.function, variable.function.constructor, meta.block meta.var.expr meta.function-call entity.name.function, support.function.console, meta.function-call support.function, meta.property.class variable.other.class, punctuation.definition.entity.css",
693
692
  "settings": {
694
693
  "foreground": "#e4f0fbd0"
695
694
  }
696
695
  },
697
696
  {
698
- "name": "Function/Class Name",
699
697
  "scope": "entity.name.function, meta.class entity.name.class, meta.class entity.name.type.class, meta.class meta.function-call variable.function, keyword.other.important",
700
698
  "settings": {
701
699
  "foreground": "#ADD7FF"
@@ -0,0 +1,378 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.background": "#580000",
4
+ "badge.background": "#cc3333",
5
+ "button.background": "#833",
6
+ "debugToolBar.background": "#660000",
7
+ "dropdown.background": "#580000",
8
+ "editor.background": "#390000",
9
+ "editor.foreground": "#F8F8F8",
10
+ "editor.hoverHighlightBackground": "#ff000044",
11
+ "editor.lineHighlightBackground": "#ff000033",
12
+ "editor.selectionBackground": "#750000",
13
+ "editor.selectionHighlightBackground": "#f5500039",
14
+ "editorCursor.foreground": "#970000",
15
+ "editorGroup.border": "#ff666633",
16
+ "editorGroupHeader.tabsBackground": "#330000",
17
+ "editorHoverWidget.background": "#300000",
18
+ "editorLineNumber.activeForeground": "#ffbbbb88",
19
+ "editorLineNumber.foreground": "#ff777788",
20
+ "editorLink.activeForeground": "#FFD0AA",
21
+ "editorSuggestWidget.background": "#300000",
22
+ "editorSuggestWidget.border": "#220000",
23
+ "editorWhitespace.foreground": "#c10000",
24
+ "editorWidget.background": "#300000",
25
+ "errorForeground": "#ffeaea",
26
+ "extensionButton.prominentBackground": "#cc3333",
27
+ "extensionButton.prominentHoverBackground": "#cc333388",
28
+ "focusBorder": "#ff6666aa",
29
+ "input.background": "#580000",
30
+ "inputOption.activeBorder": "#cc0000",
31
+ "inputValidation.infoBackground": "#550000",
32
+ "inputValidation.infoBorder": "#DB7E58",
33
+ "list.activeSelectionBackground": "#880000",
34
+ "list.dropBackground": "#662222",
35
+ "list.highlightForeground": "#ff4444",
36
+ "list.hoverBackground": "#800000",
37
+ "list.inactiveSelectionBackground": "#770000",
38
+ "minimap.selectionHighlight": "#750000",
39
+ "peekView.border": "#ff000044",
40
+ "peekViewEditor.background": "#300000",
41
+ "peekViewResult.background": "#400000",
42
+ "peekViewTitle.background": "#550000",
43
+ "pickerGroup.border": "#ff000033",
44
+ "pickerGroup.foreground": "#cc9999",
45
+ "ports.iconRunningProcessForeground": "#DB7E58",
46
+ "progressBar.background": "#cc3333",
47
+ "quickInputList.focusBackground": "#660000",
48
+ "selection.background": "#ff777788",
49
+ "sideBar.background": "#330000",
50
+ "statusBar.background": "#700000",
51
+ "statusBar.noFolderBackground": "#700000",
52
+ "statusBarItem.remoteBackground": "#c33",
53
+ "tab.activeBackground": "#490000",
54
+ "tab.inactiveBackground": "#300a0a",
55
+ "tab.lastPinnedBorder": "#ff000044",
56
+ "titleBar.activeBackground": "#770000",
57
+ "titleBar.inactiveBackground": "#772222"
58
+ },
59
+ "displayName": "Red",
60
+ "name": "red",
61
+ "semanticHighlighting": true,
62
+ "tokenColors": [
63
+ {
64
+ "settings": {
65
+ "foreground": "#F8F8F8"
66
+ }
67
+ },
68
+ {
69
+ "scope": [
70
+ "meta.embedded",
71
+ "source.groovy.embedded",
72
+ "string meta.image.inline.markdown",
73
+ "variable.legacy.builtin.python"
74
+ ],
75
+ "settings": {
76
+ "foreground": "#F8F8F8"
77
+ }
78
+ },
79
+ {
80
+ "scope": "comment",
81
+ "settings": {
82
+ "fontStyle": "italic",
83
+ "foreground": "#e7c0c0ff"
84
+ }
85
+ },
86
+ {
87
+ "scope": "constant",
88
+ "settings": {
89
+ "fontStyle": "",
90
+ "foreground": "#994646ff"
91
+ }
92
+ },
93
+ {
94
+ "scope": "keyword",
95
+ "settings": {
96
+ "fontStyle": "",
97
+ "foreground": "#f12727ff"
98
+ }
99
+ },
100
+ {
101
+ "scope": "entity",
102
+ "settings": {
103
+ "fontStyle": "",
104
+ "foreground": "#fec758ff"
105
+ }
106
+ },
107
+ {
108
+ "scope": "storage",
109
+ "settings": {
110
+ "fontStyle": "bold",
111
+ "foreground": "#ff6262ff"
112
+ }
113
+ },
114
+ {
115
+ "scope": "string",
116
+ "settings": {
117
+ "fontStyle": "",
118
+ "foreground": "#cd8d8dff"
119
+ }
120
+ },
121
+ {
122
+ "scope": "support",
123
+ "settings": {
124
+ "fontStyle": "",
125
+ "foreground": "#9df39fff"
126
+ }
127
+ },
128
+ {
129
+ "scope": "variable",
130
+ "settings": {
131
+ "fontStyle": "italic",
132
+ "foreground": "#fb9a4bff"
133
+ }
134
+ },
135
+ {
136
+ "scope": "invalid",
137
+ "settings": {
138
+ "foreground": "#ffffffff"
139
+ }
140
+ },
141
+ {
142
+ "scope": "entity.other.inherited-class",
143
+ "settings": {
144
+ "fontStyle": "underline",
145
+ "foreground": "#aa5507ff"
146
+ }
147
+ },
148
+ {
149
+ "scope": "constant.character",
150
+ "settings": {
151
+ "foreground": "#ec0d1e"
152
+ }
153
+ },
154
+ {
155
+ "scope": [
156
+ "string constant",
157
+ "constant.character.escape"
158
+ ],
159
+ "settings": {
160
+ "fontStyle": "",
161
+ "foreground": "#ffe862ff"
162
+ }
163
+ },
164
+ {
165
+ "scope": "string.regexp",
166
+ "settings": {
167
+ "foreground": "#ffb454ff"
168
+ }
169
+ },
170
+ {
171
+ "scope": "string variable",
172
+ "settings": {
173
+ "foreground": "#edef7dff"
174
+ }
175
+ },
176
+ {
177
+ "scope": "support.function",
178
+ "settings": {
179
+ "fontStyle": "",
180
+ "foreground": "#ffb454ff"
181
+ }
182
+ },
183
+ {
184
+ "scope": [
185
+ "support.constant",
186
+ "support.variable"
187
+ ],
188
+ "settings": {
189
+ "fontStyle": "",
190
+ "foreground": "#eb939aff"
191
+ }
192
+ },
193
+ {
194
+ "scope": [
195
+ "declaration.sgml.html declaration.doctype",
196
+ "declaration.sgml.html declaration.doctype entity",
197
+ "declaration.sgml.html declaration.doctype string",
198
+ "declaration.xml-processing",
199
+ "declaration.xml-processing entity",
200
+ "declaration.xml-processing string"
201
+ ],
202
+ "settings": {
203
+ "fontStyle": "",
204
+ "foreground": "#73817dff"
205
+ }
206
+ },
207
+ {
208
+ "scope": [
209
+ "declaration.tag",
210
+ "declaration.tag entity",
211
+ "meta.tag",
212
+ "meta.tag entity"
213
+ ],
214
+ "settings": {
215
+ "fontStyle": "",
216
+ "foreground": "#ec0d1eff"
217
+ }
218
+ },
219
+ {
220
+ "scope": "meta.selector.css entity.name.tag",
221
+ "settings": {
222
+ "fontStyle": "",
223
+ "foreground": "#aa5507ff"
224
+ }
225
+ },
226
+ {
227
+ "scope": "meta.selector.css entity.other.attribute-name.id",
228
+ "settings": {
229
+ "foreground": "#fec758ff"
230
+ }
231
+ },
232
+ {
233
+ "scope": "meta.selector.css entity.other.attribute-name.class",
234
+ "settings": {
235
+ "fontStyle": "",
236
+ "foreground": "#41a83eff"
237
+ }
238
+ },
239
+ {
240
+ "scope": "support.type.property-name.css",
241
+ "settings": {
242
+ "fontStyle": "",
243
+ "foreground": "#96dd3bff"
244
+ }
245
+ },
246
+ {
247
+ "scope": [
248
+ "meta.property-group support.constant.property-value.css",
249
+ "meta.property-value support.constant.property-value.css"
250
+ ],
251
+ "settings": {
252
+ "fontStyle": "italic",
253
+ "foreground": "#ffe862ff"
254
+ }
255
+ },
256
+ {
257
+ "scope": [
258
+ "meta.property-value support.constant.named-color.css",
259
+ "meta.property-value constant"
260
+ ],
261
+ "settings": {
262
+ "fontStyle": "",
263
+ "foreground": "#ffe862ff"
264
+ }
265
+ },
266
+ {
267
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
268
+ "settings": {
269
+ "foreground": "#fd6209ff"
270
+ }
271
+ },
272
+ {
273
+ "scope": "meta.constructor.argument.css",
274
+ "settings": {
275
+ "fontStyle": "",
276
+ "foreground": "#ec9799ff"
277
+ }
278
+ },
279
+ {
280
+ "scope": [
281
+ "meta.diff",
282
+ "meta.diff.header"
283
+ ],
284
+ "settings": {
285
+ "fontStyle": "italic",
286
+ "foreground": "#f8f8f8ff"
287
+ }
288
+ },
289
+ {
290
+ "scope": "markup.deleted",
291
+ "settings": {
292
+ "foreground": "#ec9799ff"
293
+ }
294
+ },
295
+ {
296
+ "scope": "markup.changed",
297
+ "settings": {
298
+ "foreground": "#f8f8f8ff"
299
+ }
300
+ },
301
+ {
302
+ "scope": "markup.inserted",
303
+ "settings": {
304
+ "foreground": "#41a83eff"
305
+ }
306
+ },
307
+ {
308
+ "scope": "markup.quote",
309
+ "settings": {
310
+ "foreground": "#f12727ff"
311
+ }
312
+ },
313
+ {
314
+ "scope": "markup.list",
315
+ "settings": {
316
+ "foreground": "#ff6262ff"
317
+ }
318
+ },
319
+ {
320
+ "scope": [
321
+ "markup.bold",
322
+ "markup.italic"
323
+ ],
324
+ "settings": {
325
+ "foreground": "#fb9a4bff"
326
+ }
327
+ },
328
+ {
329
+ "scope": "markup.bold",
330
+ "settings": {
331
+ "fontStyle": "bold"
332
+ }
333
+ },
334
+ {
335
+ "scope": "markup.italic",
336
+ "settings": {
337
+ "fontStyle": "italic"
338
+ }
339
+ },
340
+ {
341
+ "scope": "markup.strikethrough",
342
+ "settings": {
343
+ "fontStyle": "strikethrough"
344
+ }
345
+ },
346
+ {
347
+ "scope": "markup.inline.raw",
348
+ "settings": {
349
+ "fontStyle": "",
350
+ "foreground": "#cd8d8dff"
351
+ }
352
+ },
353
+ {
354
+ "scope": [
355
+ "markup.heading",
356
+ "markup.heading.setext",
357
+ "punctuation.definition.heading",
358
+ "entity.name.section"
359
+ ],
360
+ "settings": {
361
+ "fontStyle": "bold",
362
+ "foreground": "#fec758ff"
363
+ }
364
+ },
365
+ {
366
+ "scope": [
367
+ "punctuation.definition.template-expression.begin",
368
+ "punctuation.definition.template-expression.end",
369
+ "punctuation.section.embedded",
370
+ ".format.placeholder"
371
+ ],
372
+ "settings": {
373
+ "foreground": "#ec0d1e"
374
+ }
375
+ }
376
+ ],
377
+ "type": "dark"
378
+ }
@@ -209,7 +209,6 @@
209
209
  }
210
210
  },
211
211
  {
212
- "name": "brackets of XML/HTML tags",
213
212
  "scope": "punctuation.definition.tag",
214
213
  "settings": {
215
214
  "foreground": "#808080"
@@ -288,7 +287,6 @@
288
287
  }
289
288
  },
290
289
  {
291
- "name": "String interpolation",
292
290
  "scope": [
293
291
  "punctuation.definition.template-expression.begin",
294
292
  "punctuation.definition.template-expression.end",
@@ -299,7 +297,6 @@
299
297
  }
300
298
  },
301
299
  {
302
- "name": "Reset JavaScript string interpolation expression",
303
300
  "scope": [
304
301
  "meta.template.expression"
305
302
  ],
@@ -379,7 +376,6 @@
379
376
  }
380
377
  },
381
378
  {
382
- "name": "coloring of the Java import and package identifiers",
383
379
  "scope": [
384
380
  "storage.modifier.import.java",
385
381
  "variable.language.wildcard.java",
@@ -390,14 +386,12 @@
390
386
  }
391
387
  },
392
388
  {
393
- "name": "this.self",
394
389
  "scope": "variable.language",
395
390
  "settings": {
396
391
  "foreground": "#569cd6"
397
392
  }
398
393
  },
399
394
  {
400
- "name": "Function declarations",
401
395
  "scope": [
402
396
  "entity.name.function",
403
397
  "support.function",
@@ -408,7 +402,6 @@
408
402
  }
409
403
  },
410
404
  {
411
- "name": "Types declaration and references",
412
405
  "scope": [
413
406
  "meta.return-type",
414
407
  "support.class",
@@ -446,7 +439,6 @@
446
439
  }
447
440
  },
448
441
  {
449
- "name": "Types declaration and references, TS grammar specific",
450
442
  "scope": [
451
443
  "meta.type.cast.expr",
452
444
  "meta.type.new.expr",
@@ -460,14 +452,12 @@
460
452
  }
461
453
  },
462
454
  {
463
- "name": "Control flow keywords",
464
455
  "scope": "keyword.control",
465
456
  "settings": {
466
457
  "foreground": "#C586C0"
467
458
  }
468
459
  },
469
460
  {
470
- "name": "Variable and parameter name",
471
461
  "scope": [
472
462
  "variable",
473
463
  "meta.definition.variable.name",
@@ -479,7 +469,6 @@
479
469
  }
480
470
  },
481
471
  {
482
- "name": "Object keys, TS grammar specific",
483
472
  "scope": [
484
473
  "meta.object-literal.key"
485
474
  ],
@@ -488,7 +477,6 @@
488
477
  }
489
478
  },
490
479
  {
491
- "name": "CSS property value",
492
480
  "scope": [
493
481
  "support.constant.property-value",
494
482
  "support.constant.font-name",
@@ -503,7 +491,6 @@
503
491
  }
504
492
  },
505
493
  {
506
- "name": "Regular expression groups",
507
494
  "scope": [
508
495
  "punctuation.definition.group.regexp",
509
496
  "punctuation.definition.group.assertion.regexp",