@codingame/monaco-vscode-theme-defaults-default-extension 1.81.8-next.1

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