@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/dark_vs.json DELETED
@@ -1,406 +0,0 @@
1
- {
2
- "$schema": "vscode://schemas/color-theme",
3
- "name": "Dark (Visual Studio)",
4
- "colors": {
5
- "checkbox.border": "#6B6B6B",
6
- "editor.background": "#1E1E1E",
7
- "editor.foreground": "#D4D4D4",
8
- "editor.inactiveSelectionBackground": "#3A3D41",
9
- "editorIndentGuide.background1": "#404040",
10
- "editorIndentGuide.activeBackground1": "#707070",
11
- "editor.selectionHighlightBackground": "#ADD6FF26",
12
- "list.dropBackground": "#383B3D",
13
- "activityBarBadge.background": "#007ACC",
14
- "sideBarTitle.foreground": "#BBBBBB",
15
- "input.placeholderForeground": "#A6A6A6",
16
- "menu.background": "#252526",
17
- "menu.foreground": "#CCCCCC",
18
- "menu.separatorBackground": "#454545",
19
- "menu.border": "#454545",
20
- "statusBarItem.remoteForeground": "#FFF",
21
- "statusBarItem.remoteBackground": "#16825D",
22
- "ports.iconRunningProcessForeground": "#369432",
23
- "sideBarSectionHeader.background": "#0000",
24
- "sideBarSectionHeader.border": "#ccc3",
25
- "tab.lastPinnedBorder": "#ccc3",
26
- "list.activeSelectionIconForeground": "#FFF",
27
- "terminal.inactiveSelectionBackground": "#3A3D41",
28
- "widget.border": "#303031",
29
- "actionBar.toggledBackground": "#383a49"
30
- },
31
- "tokenColors": [
32
- {
33
- "scope": [
34
- "meta.embedded",
35
- "source.groovy.embedded",
36
- "string meta.image.inline.markdown",
37
- "variable.legacy.builtin.python"
38
- ],
39
- "settings": {
40
- "foreground": "#D4D4D4"
41
- }
42
- },
43
- {
44
- "scope": "emphasis",
45
- "settings": {
46
- "fontStyle": "italic"
47
- }
48
- },
49
- {
50
- "scope": "strong",
51
- "settings": {
52
- "fontStyle": "bold"
53
- }
54
- },
55
- {
56
- "scope": "header",
57
- "settings": {
58
- "foreground": "#000080"
59
- }
60
- },
61
- {
62
- "scope": "comment",
63
- "settings": {
64
- "foreground": "#6A9955"
65
- }
66
- },
67
- {
68
- "scope": "constant.language",
69
- "settings": {
70
- "foreground": "#569cd6"
71
- }
72
- },
73
- {
74
- "scope": [
75
- "constant.numeric",
76
- "variable.other.enummember",
77
- "keyword.operator.plus.exponent",
78
- "keyword.operator.minus.exponent"
79
- ],
80
- "settings": {
81
- "foreground": "#b5cea8"
82
- }
83
- },
84
- {
85
- "scope": "constant.regexp",
86
- "settings": {
87
- "foreground": "#646695"
88
- }
89
- },
90
- {
91
- "scope": "entity.name.tag",
92
- "settings": {
93
- "foreground": "#569cd6"
94
- }
95
- },
96
- {
97
- "scope": "entity.name.tag.css",
98
- "settings": {
99
- "foreground": "#d7ba7d"
100
- }
101
- },
102
- {
103
- "scope": "entity.other.attribute-name",
104
- "settings": {
105
- "foreground": "#9cdcfe"
106
- }
107
- },
108
- {
109
- "scope": [
110
- "entity.other.attribute-name.class.css",
111
- "entity.other.attribute-name.class.mixin.css",
112
- "entity.other.attribute-name.id.css",
113
- "entity.other.attribute-name.parent-selector.css",
114
- "entity.other.attribute-name.pseudo-class.css",
115
- "entity.other.attribute-name.pseudo-element.css",
116
- "source.css.less entity.other.attribute-name.id",
117
- "entity.other.attribute-name.scss"
118
- ],
119
- "settings": {
120
- "foreground": "#d7ba7d"
121
- }
122
- },
123
- {
124
- "scope": "invalid",
125
- "settings": {
126
- "foreground": "#f44747"
127
- }
128
- },
129
- {
130
- "scope": "markup.underline",
131
- "settings": {
132
- "fontStyle": "underline"
133
- }
134
- },
135
- {
136
- "scope": "markup.bold",
137
- "settings": {
138
- "fontStyle": "bold",
139
- "foreground": "#569cd6"
140
- }
141
- },
142
- {
143
- "scope": "markup.heading",
144
- "settings": {
145
- "fontStyle": "bold",
146
- "foreground": "#569cd6"
147
- }
148
- },
149
- {
150
- "scope": "markup.italic",
151
- "settings": {
152
- "fontStyle": "italic"
153
- }
154
- },
155
- {
156
- "scope": "markup.strikethrough",
157
- "settings": {
158
- "fontStyle": "strikethrough"
159
- }
160
- },
161
- {
162
- "scope": "markup.inserted",
163
- "settings": {
164
- "foreground": "#b5cea8"
165
- }
166
- },
167
- {
168
- "scope": "markup.deleted",
169
- "settings": {
170
- "foreground": "#ce9178"
171
- }
172
- },
173
- {
174
- "scope": "markup.changed",
175
- "settings": {
176
- "foreground": "#569cd6"
177
- }
178
- },
179
- {
180
- "scope": "punctuation.definition.quote.begin.markdown",
181
- "settings": {
182
- "foreground": "#6A9955"
183
- }
184
- },
185
- {
186
- "scope": "punctuation.definition.list.begin.markdown",
187
- "settings": {
188
- "foreground": "#6796e6"
189
- }
190
- },
191
- {
192
- "scope": "markup.inline.raw",
193
- "settings": {
194
- "foreground": "#ce9178"
195
- }
196
- },
197
- {
198
- "name": "brackets of XML/HTML tags",
199
- "scope": "punctuation.definition.tag",
200
- "settings": {
201
- "foreground": "#808080"
202
- }
203
- },
204
- {
205
- "scope": [
206
- "meta.preprocessor",
207
- "entity.name.function.preprocessor"
208
- ],
209
- "settings": {
210
- "foreground": "#569cd6"
211
- }
212
- },
213
- {
214
- "scope": "meta.preprocessor.string",
215
- "settings": {
216
- "foreground": "#ce9178"
217
- }
218
- },
219
- {
220
- "scope": "meta.preprocessor.numeric",
221
- "settings": {
222
- "foreground": "#b5cea8"
223
- }
224
- },
225
- {
226
- "scope": "meta.structure.dictionary.key.python",
227
- "settings": {
228
- "foreground": "#9cdcfe"
229
- }
230
- },
231
- {
232
- "scope": "meta.diff.header",
233
- "settings": {
234
- "foreground": "#569cd6"
235
- }
236
- },
237
- {
238
- "scope": "storage",
239
- "settings": {
240
- "foreground": "#569cd6"
241
- }
242
- },
243
- {
244
- "scope": "storage.type",
245
- "settings": {
246
- "foreground": "#569cd6"
247
- }
248
- },
249
- {
250
- "scope": [
251
- "storage.modifier",
252
- "keyword.operator.noexcept"
253
- ],
254
- "settings": {
255
- "foreground": "#569cd6"
256
- }
257
- },
258
- {
259
- "scope": [
260
- "string",
261
- "meta.embedded.assembly"
262
- ],
263
- "settings": {
264
- "foreground": "#ce9178"
265
- }
266
- },
267
- {
268
- "scope": "string.tag",
269
- "settings": {
270
- "foreground": "#ce9178"
271
- }
272
- },
273
- {
274
- "scope": "string.value",
275
- "settings": {
276
- "foreground": "#ce9178"
277
- }
278
- },
279
- {
280
- "scope": "string.regexp",
281
- "settings": {
282
- "foreground": "#d16969"
283
- }
284
- },
285
- {
286
- "name": "String interpolation",
287
- "scope": [
288
- "punctuation.definition.template-expression.begin",
289
- "punctuation.definition.template-expression.end",
290
- "punctuation.section.embedded"
291
- ],
292
- "settings": {
293
- "foreground": "#569cd6"
294
- }
295
- },
296
- {
297
- "name": "Reset JavaScript string interpolation expression",
298
- "scope": [
299
- "meta.template.expression"
300
- ],
301
- "settings": {
302
- "foreground": "#d4d4d4"
303
- }
304
- },
305
- {
306
- "scope": [
307
- "support.type.vendored.property-name",
308
- "support.type.property-name",
309
- "variable.css",
310
- "variable.scss",
311
- "variable.other.less",
312
- "source.coffee.embedded"
313
- ],
314
- "settings": {
315
- "foreground": "#9cdcfe"
316
- }
317
- },
318
- {
319
- "scope": "keyword",
320
- "settings": {
321
- "foreground": "#569cd6"
322
- }
323
- },
324
- {
325
- "scope": "keyword.control",
326
- "settings": {
327
- "foreground": "#569cd6"
328
- }
329
- },
330
- {
331
- "scope": "keyword.operator",
332
- "settings": {
333
- "foreground": "#d4d4d4"
334
- }
335
- },
336
- {
337
- "scope": [
338
- "keyword.operator.new",
339
- "keyword.operator.expression",
340
- "keyword.operator.cast",
341
- "keyword.operator.sizeof",
342
- "keyword.operator.alignof",
343
- "keyword.operator.typeid",
344
- "keyword.operator.alignas",
345
- "keyword.operator.instanceof",
346
- "keyword.operator.logical.python",
347
- "keyword.operator.wordlike"
348
- ],
349
- "settings": {
350
- "foreground": "#569cd6"
351
- }
352
- },
353
- {
354
- "scope": "keyword.other.unit",
355
- "settings": {
356
- "foreground": "#b5cea8"
357
- }
358
- },
359
- {
360
- "scope": [
361
- "punctuation.section.embedded.begin.php",
362
- "punctuation.section.embedded.end.php"
363
- ],
364
- "settings": {
365
- "foreground": "#569cd6"
366
- }
367
- },
368
- {
369
- "scope": "support.function.git-rebase",
370
- "settings": {
371
- "foreground": "#9cdcfe"
372
- }
373
- },
374
- {
375
- "scope": "constant.sha.git-rebase",
376
- "settings": {
377
- "foreground": "#b5cea8"
378
- }
379
- },
380
- {
381
- "name": "coloring of the Java import and package identifiers",
382
- "scope": [
383
- "storage.modifier.import.java",
384
- "variable.language.wildcard.java",
385
- "storage.modifier.package.java"
386
- ],
387
- "settings": {
388
- "foreground": "#d4d4d4"
389
- }
390
- },
391
- {
392
- "name": "this.self",
393
- "scope": "variable.language",
394
- "settings": {
395
- "foreground": "#569cd6"
396
- }
397
- }
398
- ],
399
- "semanticHighlighting": true,
400
- "semanticTokenColors": {
401
- "newOperator": "#d4d4d4",
402
- "stringLiteral": "#ce9178",
403
- "customLiteral": "#D4D4D4",
404
- "numberLiteral": "#b5cea8",
405
- }
406
- }