tm-themes 1.0.1 → 1.0.3

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"
package/themes/red.json CHANGED
@@ -77,7 +77,6 @@
77
77
  }
78
78
  },
79
79
  {
80
- "name": "Comment",
81
80
  "scope": "comment",
82
81
  "settings": {
83
82
  "fontStyle": "italic",
@@ -85,7 +84,6 @@
85
84
  }
86
85
  },
87
86
  {
88
- "name": "Constant",
89
87
  "scope": "constant",
90
88
  "settings": {
91
89
  "fontStyle": "",
@@ -93,7 +91,6 @@
93
91
  }
94
92
  },
95
93
  {
96
- "name": "Keyword",
97
94
  "scope": "keyword",
98
95
  "settings": {
99
96
  "fontStyle": "",
@@ -101,7 +98,6 @@
101
98
  }
102
99
  },
103
100
  {
104
- "name": "Entity",
105
101
  "scope": "entity",
106
102
  "settings": {
107
103
  "fontStyle": "",
@@ -109,7 +105,6 @@
109
105
  }
110
106
  },
111
107
  {
112
- "name": "Storage",
113
108
  "scope": "storage",
114
109
  "settings": {
115
110
  "fontStyle": "bold",
@@ -117,7 +112,6 @@
117
112
  }
118
113
  },
119
114
  {
120
- "name": "String",
121
115
  "scope": "string",
122
116
  "settings": {
123
117
  "fontStyle": "",
@@ -125,7 +119,6 @@
125
119
  }
126
120
  },
127
121
  {
128
- "name": "Support",
129
122
  "scope": "support",
130
123
  "settings": {
131
124
  "fontStyle": "",
@@ -133,7 +126,6 @@
133
126
  }
134
127
  },
135
128
  {
136
- "name": "Variable",
137
129
  "scope": "variable",
138
130
  "settings": {
139
131
  "fontStyle": "italic",
@@ -141,14 +133,12 @@
141
133
  }
142
134
  },
143
135
  {
144
- "name": "Invalid",
145
136
  "scope": "invalid",
146
137
  "settings": {
147
138
  "foreground": "#ffffffff"
148
139
  }
149
140
  },
150
141
  {
151
- "name": "Entity inherited-class",
152
142
  "scope": "entity.other.inherited-class",
153
143
  "settings": {
154
144
  "fontStyle": "underline",
@@ -172,21 +162,18 @@
172
162
  }
173
163
  },
174
164
  {
175
- "name": "String.regexp",
176
165
  "scope": "string.regexp",
177
166
  "settings": {
178
167
  "foreground": "#ffb454ff"
179
168
  }
180
169
  },
181
170
  {
182
- "name": "String variable",
183
171
  "scope": "string variable",
184
172
  "settings": {
185
173
  "foreground": "#edef7dff"
186
174
  }
187
175
  },
188
176
  {
189
- "name": "Support.function",
190
177
  "scope": "support.function",
191
178
  "settings": {
192
179
  "fontStyle": "",
@@ -194,7 +181,6 @@
194
181
  }
195
182
  },
196
183
  {
197
- "name": "Support.constant",
198
184
  "scope": [
199
185
  "support.constant",
200
186
  "support.variable"
@@ -205,7 +191,6 @@
205
191
  }
206
192
  },
207
193
  {
208
- "name": "Doctype/XML Processing",
209
194
  "scope": [
210
195
  "declaration.sgml.html declaration.doctype",
211
196
  "declaration.sgml.html declaration.doctype entity",
@@ -220,7 +205,6 @@
220
205
  }
221
206
  },
222
207
  {
223
- "name": "Meta.tag.A",
224
208
  "scope": [
225
209
  "declaration.tag",
226
210
  "declaration.tag entity",
@@ -233,7 +217,6 @@
233
217
  }
234
218
  },
235
219
  {
236
- "name": "css tag-name",
237
220
  "scope": "meta.selector.css entity.name.tag",
238
221
  "settings": {
239
222
  "fontStyle": "",
@@ -241,14 +224,12 @@
241
224
  }
242
225
  },
243
226
  {
244
- "name": "css#id",
245
227
  "scope": "meta.selector.css entity.other.attribute-name.id",
246
228
  "settings": {
247
229
  "foreground": "#fec758ff"
248
230
  }
249
231
  },
250
232
  {
251
- "name": "css.class",
252
233
  "scope": "meta.selector.css entity.other.attribute-name.class",
253
234
  "settings": {
254
235
  "fontStyle": "",
@@ -256,7 +237,6 @@
256
237
  }
257
238
  },
258
239
  {
259
- "name": "css property-name:",
260
240
  "scope": "support.type.property-name.css",
261
241
  "settings": {
262
242
  "fontStyle": "",
@@ -264,7 +244,6 @@
264
244
  }
265
245
  },
266
246
  {
267
- "name": "css property-value;",
268
247
  "scope": [
269
248
  "meta.property-group support.constant.property-value.css",
270
249
  "meta.property-value support.constant.property-value.css"
@@ -275,7 +254,6 @@
275
254
  }
276
255
  },
277
256
  {
278
- "name": "css additional-constants",
279
257
  "scope": [
280
258
  "meta.property-value support.constant.named-color.css",
281
259
  "meta.property-value constant"
@@ -286,14 +264,12 @@
286
264
  }
287
265
  },
288
266
  {
289
- "name": "css @at-rule",
290
267
  "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
291
268
  "settings": {
292
269
  "foreground": "#fd6209ff"
293
270
  }
294
271
  },
295
272
  {
296
- "name": "css constructor.argument",
297
273
  "scope": "meta.constructor.argument.css",
298
274
  "settings": {
299
275
  "fontStyle": "",
@@ -301,7 +277,6 @@
301
277
  }
302
278
  },
303
279
  {
304
- "name": "diff.header",
305
280
  "scope": [
306
281
  "meta.diff",
307
282
  "meta.diff.header"
@@ -312,42 +287,36 @@
312
287
  }
313
288
  },
314
289
  {
315
- "name": "diff.deleted",
316
290
  "scope": "markup.deleted",
317
291
  "settings": {
318
292
  "foreground": "#ec9799ff"
319
293
  }
320
294
  },
321
295
  {
322
- "name": "diff.changed",
323
296
  "scope": "markup.changed",
324
297
  "settings": {
325
298
  "foreground": "#f8f8f8ff"
326
299
  }
327
300
  },
328
301
  {
329
- "name": "diff.inserted",
330
302
  "scope": "markup.inserted",
331
303
  "settings": {
332
304
  "foreground": "#41a83eff"
333
305
  }
334
306
  },
335
307
  {
336
- "name": "Markup Quote",
337
308
  "scope": "markup.quote",
338
309
  "settings": {
339
310
  "foreground": "#f12727ff"
340
311
  }
341
312
  },
342
313
  {
343
- "name": "Markup Lists",
344
314
  "scope": "markup.list",
345
315
  "settings": {
346
316
  "foreground": "#ff6262ff"
347
317
  }
348
318
  },
349
319
  {
350
- "name": "Markup Styling",
351
320
  "scope": [
352
321
  "markup.bold",
353
322
  "markup.italic"
@@ -357,14 +326,12 @@
357
326
  }
358
327
  },
359
328
  {
360
- "name": "Markup: Strong",
361
329
  "scope": "markup.bold",
362
330
  "settings": {
363
331
  "fontStyle": "bold"
364
332
  }
365
333
  },
366
334
  {
367
- "name": "Markup: Emphasis",
368
335
  "scope": "markup.italic",
369
336
  "settings": {
370
337
  "fontStyle": "italic"
@@ -377,7 +344,6 @@
377
344
  }
378
345
  },
379
346
  {
380
- "name": "Markup Inline",
381
347
  "scope": "markup.inline.raw",
382
348
  "settings": {
383
349
  "fontStyle": "",
@@ -385,7 +351,6 @@
385
351
  }
386
352
  },
387
353
  {
388
- "name": "Headings",
389
354
  "scope": [
390
355
  "markup.heading",
391
356
  "markup.heading.setext",
@@ -398,7 +363,6 @@
398
363
  }
399
364
  },
400
365
  {
401
- "name": "String interpolation",
402
366
  "scope": [
403
367
  "punctuation.definition.template-expression.begin",
404
368
  "punctuation.definition.template-expression.end",
@@ -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",
@@ -233,7 +233,6 @@
233
233
  }
234
234
  },
235
235
  {
236
- "name": "Comment",
237
236
  "scope": "comment",
238
237
  "settings": {
239
238
  "fontStyle": "italic",
@@ -241,35 +240,30 @@
241
240
  }
242
241
  },
243
242
  {
244
- "name": "String",
245
243
  "scope": "string",
246
244
  "settings": {
247
245
  "foreground": "#a44185"
248
246
  }
249
247
  },
250
248
  {
251
- "name": "Number",
252
249
  "scope": "constant.numeric",
253
250
  "settings": {
254
251
  "foreground": "#174781"
255
252
  }
256
253
  },
257
254
  {
258
- "name": "Constant",
259
255
  "scope": "constant",
260
256
  "settings": {
261
257
  "foreground": "#174781"
262
258
  }
263
259
  },
264
260
  {
265
- "name": "Built-in constant",
266
261
  "scope": "language.method",
267
262
  "settings": {
268
263
  "foreground": "#174781"
269
264
  }
270
265
  },
271
266
  {
272
- "name": "User-defined constant",
273
267
  "scope": [
274
268
  "constant.character",
275
269
  "constant.other"
@@ -279,7 +273,6 @@
279
273
  }
280
274
  },
281
275
  {
282
- "name": "Variable",
283
276
  "scope": "variable",
284
277
  "settings": {
285
278
  "fontStyle": "",
@@ -287,7 +280,6 @@
287
280
  }
288
281
  },
289
282
  {
290
- "name": "Variable",
291
283
  "scope": "variable.language.this",
292
284
  "settings": {
293
285
  "fontStyle": "",
@@ -295,7 +287,6 @@
295
287
  }
296
288
  },
297
289
  {
298
- "name": "Keyword",
299
290
  "scope": "keyword",
300
291
  "settings": {
301
292
  "fontStyle": "",
@@ -303,7 +294,6 @@
303
294
  }
304
295
  },
305
296
  {
306
- "name": "Storage",
307
297
  "scope": "storage",
308
298
  "settings": {
309
299
  "fontStyle": "",
@@ -311,7 +301,6 @@
311
301
  }
312
302
  },
313
303
  {
314
- "name": "Storage type",
315
304
  "scope": "storage.type",
316
305
  "settings": {
317
306
  "fontStyle": "",
@@ -319,14 +308,12 @@
319
308
  }
320
309
  },
321
310
  {
322
- "name": "Class name",
323
311
  "scope": "entity.name.class",
324
312
  "settings": {
325
313
  "foreground": "#1172c7"
326
314
  }
327
315
  },
328
316
  {
329
- "name": "Inherited class",
330
317
  "scope": "entity.other.inherited-class",
331
318
  "settings": {
332
319
  "fontStyle": "",
@@ -334,7 +321,6 @@
334
321
  }
335
322
  },
336
323
  {
337
- "name": "Function name",
338
324
  "scope": "entity.name.function",
339
325
  "settings": {
340
326
  "fontStyle": "",
@@ -342,7 +328,6 @@
342
328
  }
343
329
  },
344
330
  {
345
- "name": "Function argument",
346
331
  "scope": "variable.parameter",
347
332
  "settings": {
348
333
  "fontStyle": "",
@@ -350,7 +335,6 @@
350
335
  }
351
336
  },
352
337
  {
353
- "name": "Tag name",
354
338
  "scope": "entity.name.tag",
355
339
  "settings": {
356
340
  "fontStyle": "",
@@ -358,7 +342,6 @@
358
342
  }
359
343
  },
360
344
  {
361
- "name": "Html Other",
362
345
  "scope": "text.html.basic",
363
346
  "settings": {
364
347
  "fontStyle": "",
@@ -366,14 +349,12 @@
366
349
  }
367
350
  },
368
351
  {
369
- "name": "Entity Name Type",
370
352
  "scope": "entity.name.type",
371
353
  "settings": {
372
354
  "foreground": "#0444ac"
373
355
  }
374
356
  },
375
357
  {
376
- "name": "Tag attribute",
377
358
  "scope": "entity.other.attribute-name",
378
359
  "settings": {
379
360
  "fontStyle": "italic",
@@ -381,7 +362,6 @@
381
362
  }
382
363
  },
383
364
  {
384
- "name": "Library function",
385
365
  "scope": "support.function",
386
366
  "settings": {
387
367
  "fontStyle": "",
@@ -389,7 +369,6 @@
389
369
  }
390
370
  },
391
371
  {
392
- "name": "Library constant",
393
372
  "scope": "support.constant",
394
373
  "settings": {
395
374
  "fontStyle": "",
@@ -397,7 +376,6 @@
397
376
  }
398
377
  },
399
378
  {
400
- "name": "Library class/type",
401
379
  "scope": [
402
380
  "support.type",
403
381
  "support.class"
@@ -407,14 +385,12 @@
407
385
  }
408
386
  },
409
387
  {
410
- "name": "Library variable",
411
388
  "scope": "support.other.variable",
412
389
  "settings": {
413
390
  "foreground": "#224555"
414
391
  }
415
392
  },
416
393
  {
417
- "name": "Invalid",
418
394
  "scope": "invalid",
419
395
  "settings": {
420
396
  "fontStyle": " italic bold underline",
@@ -422,7 +398,6 @@
422
398
  }
423
399
  },
424
400
  {
425
- "name": "Invalid deprecated",
426
401
  "scope": "invalid.deprecated",
427
402
  "settings": {
428
403
  "fontStyle": " bold italic underline",
@@ -430,14 +405,12 @@
430
405
  }
431
406
  },
432
407
  {
433
- "name": "[JSON] - Support",
434
408
  "scope": "source.json support",
435
409
  "settings": {
436
410
  "foreground": "#6dbdfa"
437
411
  }
438
412
  },
439
413
  {
440
- "name": "[JSON] - String",
441
414
  "scope": [
442
415
  "source.json string",
443
416
  "source.json punctuation.definition.string"
@@ -447,14 +420,12 @@
447
420
  }
448
421
  },
449
422
  {
450
- "name": "Lists",
451
423
  "scope": "markup.list",
452
424
  "settings": {
453
425
  "foreground": "#207bb8"
454
426
  }
455
427
  },
456
428
  {
457
- "name": "Headings",
458
429
  "scope": [
459
430
  "markup.heading punctuation.definition.heading",
460
431
  "entity.name.section"
@@ -465,7 +436,6 @@
465
436
  }
466
437
  },
467
438
  {
468
- "name": "Support",
469
439
  "scope": [
470
440
  "text.html.markdown meta.paragraph meta.link.inline",
471
441
  "text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown",
@@ -476,14 +446,12 @@
476
446
  }
477
447
  },
478
448
  {
479
- "name": "Quotes",
480
449
  "scope": "markup.quote",
481
450
  "settings": {
482
451
  "foreground": "#87429A"
483
452
  }
484
453
  },
485
454
  {
486
- "name": "Bold",
487
455
  "scope": "markup.bold",
488
456
  "settings": {
489
457
  "fontStyle": "bold",
@@ -491,7 +459,6 @@
491
459
  }
492
460
  },
493
461
  {
494
- "name": "Italic",
495
462
  "scope": [
496
463
  "markup.italic",
497
464
  "punctuation.definition.italic"
@@ -502,7 +469,6 @@
502
469
  }
503
470
  },
504
471
  {
505
- "name": "Link Url",
506
472
  "scope": "meta.link",
507
473
  "settings": {
508
474
  "foreground": "#87429A"