@codingame/monaco-vscode-theme-defaults-default-extension 1.85.2 → 1.85.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.
Files changed (33) hide show
  1. package/index.js +21 -20
  2. package/package.json +2 -2
  3. package/resources/dark_modern.json +1 -0
  4. package/resources/dark_plus.json +1 -0
  5. package/resources/dark_vs.json +1 -0
  6. package/resources/hc_black.json +1 -0
  7. package/resources/hc_light.json +1 -0
  8. package/resources/light_modern.json +1 -0
  9. package/resources/light_plus.json +1 -0
  10. package/resources/light_vs.json +1 -0
  11. package/resources/package.json +1 -0
  12. package/resources/package.nls.json +1 -0
  13. package/resources/vs_minimal-icon-theme.json +1 -0
  14. package/dark_modern.json +0 -128
  15. package/dark_plus.json +0 -204
  16. package/dark_vs.json +0 -406
  17. package/hc_black.json +0 -466
  18. package/hc_light.json +0 -574
  19. package/light_modern.json +0 -145
  20. package/light_plus.json +0 -206
  21. package/light_vs.json +0 -435
  22. package/package.nls.json +0 -13
  23. package/vs_minimal-icon-theme.json +0 -68
  24. /package/{document-dark.svg → resources/document-dark.svg} +0 -0
  25. /package/{document-light.svg → resources/document-light.svg} +0 -0
  26. /package/{folder-dark.svg → resources/folder-dark.svg} +0 -0
  27. /package/{folder-light.svg → resources/folder-light.svg} +0 -0
  28. /package/{folder-open-dark.svg → resources/folder-open-dark.svg} +0 -0
  29. /package/{folder-open-light.svg → resources/folder-open-light.svg} +0 -0
  30. /package/{root-folder-dark.svg → resources/root-folder-dark.svg} +0 -0
  31. /package/{root-folder-light.svg → resources/root-folder-light.svg} +0 -0
  32. /package/{root-folder-open-dark.svg → resources/root-folder-open-dark.svg} +0 -0
  33. /package/{root-folder-open-light.svg → resources/root-folder-open-light.svg} +0 -0
package/hc_black.json DELETED
@@ -1,466 +0,0 @@
1
- {
2
- "$schema": "vscode://schemas/color-theme",
3
- "name": "Dark High Contrast",
4
- "colors": {
5
- "editor.background": "#000000",
6
- "editor.foreground": "#FFFFFF",
7
- "editorIndentGuide.background1": "#FFFFFF",
8
- "editorIndentGuide.activeBackground1": "#FFFFFF",
9
- "sideBarTitle.foreground": "#FFFFFF",
10
- "selection.background": "#008000",
11
- "editor.selectionBackground": "#FFFFFF",
12
- "statusBarItem.remoteBackground": "#00000000",
13
- "ports.iconRunningProcessForeground": "#FFFFFF",
14
- "editorWhitespace.foreground": "#7c7c7c",
15
- "actionBar.toggledBackground": "#383a49"
16
- },
17
- "tokenColors": [
18
- {
19
- "scope": [
20
- "meta.embedded",
21
- "source.groovy.embedded",
22
- "string meta.image.inline.markdown",
23
- "variable.legacy.builtin.python"
24
- ],
25
- "settings": {
26
- "foreground": "#FFFFFF"
27
- }
28
- },
29
- {
30
- "scope": "emphasis",
31
- "settings": {
32
- "fontStyle": "italic"
33
- }
34
- },
35
- {
36
- "scope": "strong",
37
- "settings": {
38
- "fontStyle": "bold"
39
- }
40
- },
41
- {
42
- "scope": "meta.diff.header",
43
- "settings": {
44
- "foreground": "#000080"
45
- }
46
- },
47
- {
48
- "scope": "comment",
49
- "settings": {
50
- "foreground": "#7ca668"
51
- }
52
- },
53
- {
54
- "scope": "constant.language",
55
- "settings": {
56
- "foreground": "#569cd6"
57
- }
58
- },
59
- {
60
- "scope": [
61
- "constant.numeric",
62
- "constant.other.color.rgb-value",
63
- "constant.other.rgb-value",
64
- "support.constant.color"
65
- ],
66
- "settings": {
67
- "foreground": "#b5cea8"
68
- }
69
- },
70
- {
71
- "scope": "constant.regexp",
72
- "settings": {
73
- "foreground": "#b46695"
74
- }
75
- },
76
- {
77
- "scope": "constant.character",
78
- "settings": {
79
- "foreground": "#569cd6"
80
- }
81
- },
82
- {
83
- "scope": "entity.name.tag",
84
- "settings": {
85
- "foreground": "#569cd6"
86
- }
87
- },
88
- {
89
- "scope": "entity.name.tag.css",
90
- "settings": {
91
- "foreground": "#d7ba7d"
92
- }
93
- },
94
- {
95
- "scope": "entity.other.attribute-name",
96
- "settings": {
97
- "foreground": "#9cdcfe"
98
- }
99
- },
100
- {
101
- "scope": [
102
- "entity.other.attribute-name.class.css",
103
- "entity.other.attribute-name.class.mixin.css",
104
- "entity.other.attribute-name.id.css",
105
- "entity.other.attribute-name.parent-selector.css",
106
- "entity.other.attribute-name.pseudo-class.css",
107
- "entity.other.attribute-name.pseudo-element.css",
108
- "source.css.less entity.other.attribute-name.id",
109
- "entity.other.attribute-name.scss"
110
- ],
111
- "settings": {
112
- "foreground": "#d7ba7d"
113
- }
114
- },
115
- {
116
- "scope": "invalid",
117
- "settings": {
118
- "foreground": "#f44747"
119
- }
120
- },
121
- {
122
- "scope": "markup.underline",
123
- "settings": {
124
- "fontStyle": "underline"
125
- }
126
- },
127
- {
128
- "scope": "markup.bold",
129
- "settings": {
130
- "fontStyle": "bold"
131
- }
132
- },
133
- {
134
- "scope": "markup.heading",
135
- "settings": {
136
- "fontStyle": "bold",
137
- "foreground": "#6796e6"
138
- }
139
- },
140
- {
141
- "scope": "markup.italic",
142
- "settings": {
143
- "fontStyle": "italic"
144
- }
145
- },
146
- {
147
- "scope": "markup.strikethrough",
148
- "settings": {
149
- "fontStyle": "strikethrough"
150
- }
151
- },
152
- {
153
- "scope": "markup.inserted",
154
- "settings": {
155
- "foreground": "#b5cea8"
156
- }
157
- },
158
- {
159
- "scope": "markup.deleted",
160
- "settings": {
161
- "foreground": "#ce9178"
162
- }
163
- },
164
- {
165
- "scope": "markup.changed",
166
- "settings": {
167
- "foreground": "#569cd6"
168
- }
169
- },
170
- {
171
- "name": "brackets of XML/HTML tags",
172
- "scope": [
173
- "punctuation.definition.tag"
174
- ],
175
- "settings": {
176
- "foreground": "#808080"
177
- }
178
- },
179
- {
180
- "scope": "meta.preprocessor",
181
- "settings": {
182
- "foreground": "#569cd6"
183
- }
184
- },
185
- {
186
- "scope": "meta.preprocessor.string",
187
- "settings": {
188
- "foreground": "#ce9178"
189
- }
190
- },
191
- {
192
- "scope": "meta.preprocessor.numeric",
193
- "settings": {
194
- "foreground": "#b5cea8"
195
- }
196
- },
197
- {
198
- "scope": "meta.structure.dictionary.key.python",
199
- "settings": {
200
- "foreground": "#9cdcfe"
201
- }
202
- },
203
- {
204
- "scope": "storage",
205
- "settings": {
206
- "foreground": "#569cd6"
207
- }
208
- },
209
- {
210
- "scope": "storage.type",
211
- "settings": {
212
- "foreground": "#569cd6"
213
- }
214
- },
215
- {
216
- "scope": "storage.modifier",
217
- "settings": {
218
- "foreground": "#569cd6"
219
- }
220
- },
221
- {
222
- "scope": "string",
223
- "settings": {
224
- "foreground": "#ce9178"
225
- }
226
- },
227
- {
228
- "scope": "string.tag",
229
- "settings": {
230
- "foreground": "#ce9178"
231
- }
232
- },
233
- {
234
- "scope": "string.value",
235
- "settings": {
236
- "foreground": "#ce9178"
237
- }
238
- },
239
- {
240
- "scope": "string.regexp",
241
- "settings": {
242
- "foreground": "#d16969"
243
- }
244
- },
245
- {
246
- "name": "String interpolation",
247
- "scope": [
248
- "punctuation.definition.template-expression.begin",
249
- "punctuation.definition.template-expression.end",
250
- "punctuation.section.embedded"
251
- ],
252
- "settings": {
253
- "foreground": "#569cd6"
254
- }
255
- },
256
- {
257
- "name": "Reset JavaScript string interpolation expression",
258
- "scope": [
259
- "meta.template.expression"
260
- ],
261
- "settings": {
262
- "foreground": "#ffffff"
263
- }
264
- },
265
- {
266
- "scope": [
267
- "support.type.vendored.property-name",
268
- "support.type.property-name",
269
- "variable.css",
270
- "variable.scss",
271
- "variable.other.less",
272
- "source.coffee.embedded"
273
- ],
274
- "settings": {
275
- "foreground": "#d4d4d4"
276
- }
277
- },
278
- {
279
- "scope": "keyword",
280
- "settings": {
281
- "foreground": "#569cd6"
282
- }
283
- },
284
- {
285
- "scope": "keyword.control",
286
- "settings": {
287
- "foreground": "#569cd6"
288
- }
289
- },
290
- {
291
- "scope": "keyword.operator",
292
- "settings": {
293
- "foreground": "#d4d4d4"
294
- }
295
- },
296
- {
297
- "scope": [
298
- "keyword.operator.new",
299
- "keyword.operator.expression",
300
- "keyword.operator.cast",
301
- "keyword.operator.sizeof",
302
- "keyword.operator.logical.python"
303
- ],
304
- "settings": {
305
- "foreground": "#569cd6"
306
- }
307
- },
308
- {
309
- "scope": "keyword.other.unit",
310
- "settings": {
311
- "foreground": "#b5cea8"
312
- }
313
- },
314
- {
315
- "scope": "support.function.git-rebase",
316
- "settings": {
317
- "foreground": "#d4d4d4"
318
- }
319
- },
320
- {
321
- "scope": "constant.sha.git-rebase",
322
- "settings": {
323
- "foreground": "#b5cea8"
324
- }
325
- },
326
- {
327
- "name": "coloring of the Java import and package identifiers",
328
- "scope": [
329
- "storage.modifier.import.java",
330
- "variable.language.wildcard.java",
331
- "storage.modifier.package.java"
332
- ],
333
- "settings": {
334
- "foreground": "#d4d4d4"
335
- }
336
- },
337
- {
338
- "name": "coloring of the TS this",
339
- "scope": "variable.language.this",
340
- "settings": {
341
- "foreground": "#569cd6"
342
- }
343
- },
344
- {
345
- "name": "Function declarations",
346
- "scope": [
347
- "entity.name.function",
348
- "support.function",
349
- "support.constant.handlebars",
350
- "source.powershell variable.other.member"
351
- ],
352
- "settings": {
353
- "foreground": "#DCDCAA"
354
- }
355
- },
356
- {
357
- "name": "Types declaration and references",
358
- "scope": [
359
- "support.class",
360
- "support.type",
361
- "entity.name.type",
362
- "entity.name.namespace",
363
- "entity.name.scope-resolution",
364
- "entity.name.class",
365
- "storage.type.cs",
366
- "storage.type.generic.cs",
367
- "storage.type.modifier.cs",
368
- "storage.type.variable.cs",
369
- "storage.type.annotation.java",
370
- "storage.type.generic.java",
371
- "storage.type.java",
372
- "storage.type.object.array.java",
373
- "storage.type.primitive.array.java",
374
- "storage.type.primitive.java",
375
- "storage.type.token.java",
376
- "storage.type.groovy",
377
- "storage.type.annotation.groovy",
378
- "storage.type.parameters.groovy",
379
- "storage.type.generic.groovy",
380
- "storage.type.object.array.groovy",
381
- "storage.type.primitive.array.groovy",
382
- "storage.type.primitive.groovy"
383
- ],
384
- "settings": {
385
- "foreground": "#4EC9B0"
386
- }
387
- },
388
- {
389
- "name": "Types declaration and references, TS grammar specific",
390
- "scope": [
391
- "meta.type.cast.expr",
392
- "meta.type.new.expr",
393
- "support.constant.math",
394
- "support.constant.dom",
395
- "support.constant.json",
396
- "entity.other.inherited-class"
397
- ],
398
- "settings": {
399
- "foreground": "#4EC9B0"
400
- }
401
- },
402
- {
403
- "name": "Control flow / Special keywords",
404
- "scope": [
405
- "keyword.control",
406
- "source.cpp keyword.operator.new",
407
- "source.cpp keyword.operator.delete",
408
- "keyword.other.using",
409
- "keyword.other.directive.using",
410
- "keyword.other.operator"
411
- ],
412
- "settings": {
413
- "foreground": "#C586C0"
414
- }
415
- },
416
- {
417
- "name": "Variable and parameter name",
418
- "scope": [
419
- "variable",
420
- "meta.definition.variable.name",
421
- "support.variable"
422
- ],
423
- "settings": {
424
- "foreground": "#9CDCFE"
425
- }
426
- },
427
- {
428
- "name": "Object keys, TS grammar specific",
429
- "scope": [
430
- "meta.object-literal.key"
431
- ],
432
- "settings": {
433
- "foreground": "#9CDCFE"
434
- }
435
- },
436
- {
437
- "name": "CSS property value",
438
- "scope": [
439
- "support.constant.property-value",
440
- "support.constant.font-name",
441
- "support.constant.media-type",
442
- "support.constant.media",
443
- "constant.other.color.rgb-value",
444
- "constant.other.rgb-value",
445
- "support.constant.color"
446
- ],
447
- "settings": {
448
- "foreground": "#CE9178"
449
- }
450
- },
451
- {
452
- "name": "HC Search Editor context line override",
453
- "scope": "meta.resultLinePrefix.contextLinePrefix.search",
454
- "settings": {
455
- "foreground": "#CBEDCB"
456
- }
457
- }
458
- ],
459
- "semanticHighlighting": true,
460
- "semanticTokenColors": {
461
- "newOperator": "#FFFFFF",
462
- "stringLiteral": "#ce9178",
463
- "customLiteral": "#DCDCAA",
464
- "numberLiteral": "#b5cea8"
465
- }
466
- }