@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_light.json DELETED
@@ -1,574 +0,0 @@
1
- {
2
- "$schema": "vscode://schemas/color-theme",
3
- "name": "Light High Contrast",
4
- "tokenColors": [
5
- {
6
- "scope": [
7
- "meta.embedded",
8
- "source.groovy.embedded",
9
- "variable.legacy.builtin.python"
10
- ],
11
- "settings": {
12
- "foreground": "#292929"
13
- }
14
- },
15
- {
16
- "scope": "emphasis",
17
- "settings": {
18
- "fontStyle": "italic"
19
- }
20
- },
21
- {
22
- "scope": "strong",
23
- "settings": {
24
- "fontStyle": "bold"
25
- }
26
- },
27
- {
28
- "scope": "meta.diff.header",
29
- "settings": {
30
- "foreground": "#062F4A"
31
- }
32
- },
33
- {
34
- "scope": "comment",
35
- "settings": {
36
- "foreground": "#515151"
37
- }
38
- },
39
- {
40
- "scope": "constant.language",
41
- "settings": {
42
- "foreground": "#0F4A85"
43
- }
44
- },
45
- {
46
- "scope": [
47
- "constant.numeric",
48
- "variable.other.enummember",
49
- "keyword.operator.plus.exponent",
50
- "keyword.operator.minus.exponent"
51
- ],
52
- "settings": {
53
- "foreground": "#096d48"
54
- }
55
- },
56
- {
57
- "scope": "constant.regexp",
58
- "settings": {
59
- "foreground": "#811F3F"
60
- }
61
- },
62
- {
63
- "scope": "entity.name.tag",
64
- "settings": {
65
- "foreground": "#0F4A85"
66
- }
67
- },
68
- {
69
- "scope": "entity.name.selector",
70
- "settings": {
71
- "foreground": "#0F4A85"
72
- }
73
- },
74
- {
75
- "scope": "entity.other.attribute-name",
76
- "settings": {
77
- "foreground": "#264F78"
78
- }
79
- },
80
- {
81
- "scope": [
82
- "entity.other.attribute-name.class.css",
83
- "entity.other.attribute-name.class.mixin.css",
84
- "entity.other.attribute-name.id.css",
85
- "entity.other.attribute-name.parent-selector.css",
86
- "entity.other.attribute-name.pseudo-class.css",
87
- "entity.other.attribute-name.pseudo-element.css",
88
- "source.css.less entity.other.attribute-name.id",
89
- "entity.other.attribute-name.scss"
90
- ],
91
- "settings": {
92
- "foreground": "#0F4A85"
93
- }
94
- },
95
- {
96
- "scope": "invalid",
97
- "settings": {
98
- "foreground": "#B5200D"
99
- }
100
- },
101
- {
102
- "scope": "markup.underline",
103
- "settings": {
104
- "fontStyle": "underline"
105
- }
106
- },
107
- {
108
- "scope": "markup.bold",
109
- "settings": {
110
- "foreground": "#000080",
111
- "fontStyle": "bold"
112
- }
113
- },
114
- {
115
- "scope": "markup.heading",
116
- "settings": {
117
- "foreground": "#0F4A85",
118
- "fontStyle": "bold"
119
- }
120
- },
121
- {
122
- "scope": "markup.italic",
123
- "settings": {
124
- "fontStyle": "italic"
125
- }
126
- },
127
- {
128
- "scope": "markup.strikethrough",
129
- "settings": {
130
- "fontStyle": "strikethrough"
131
- }
132
- },
133
- {
134
- "scope": "markup.inserted",
135
- "settings": {
136
- "foreground": "#096d48"
137
- }
138
- },
139
- {
140
- "scope": "markup.deleted",
141
- "settings": {
142
- "foreground": "#5A5A5A"
143
- }
144
- },
145
- {
146
- "scope": "markup.changed",
147
- "settings": {
148
- "foreground": "#0451A5"
149
- }
150
- },
151
- {
152
- "scope": [
153
- "punctuation.definition.quote.begin.markdown",
154
- "punctuation.definition.list.begin.markdown"
155
- ],
156
- "settings": {
157
- "foreground": "#0451A5"
158
- }
159
- },
160
- {
161
- "scope": "markup.inline.raw",
162
- "settings": {
163
- "foreground": "#0F4A85"
164
- }
165
- },
166
- {
167
- "scope": "punctuation.definition.tag",
168
- "settings": {
169
- "foreground": "#0F4A85"
170
- }
171
- },
172
- {
173
- "scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
174
- "settings": {
175
- "foreground": "#0F4A85"
176
- }
177
- },
178
- {
179
- "scope": "meta.preprocessor.string",
180
- "settings": {
181
- "foreground": "#b5200d"
182
- }
183
- },
184
- {
185
- "scope": "meta.preprocessor.numeric",
186
- "settings": {
187
- "foreground": "#096d48"
188
- }
189
- },
190
- {
191
- "scope": "meta.structure.dictionary.key.python",
192
- "settings": {
193
- "foreground": "#0451A5"
194
- }
195
- },
196
- {
197
- "scope": "storage",
198
- "settings": {
199
- "foreground": "#0F4A85"
200
- }
201
- },
202
- {
203
- "scope": "storage.type",
204
- "settings": {
205
- "foreground": "#0F4A85"
206
- }
207
- },
208
- {
209
- "scope": ["storage.modifier", "keyword.operator.noexcept"],
210
- "settings": {
211
- "foreground": "#0F4A85"
212
- }
213
- },
214
- {
215
- "scope": ["string", "meta.embedded.assembly"],
216
- "settings": {
217
- "foreground": "#0F4A85"
218
- }
219
- },
220
- {
221
- "scope": [
222
- "string.comment.buffered.block.pug",
223
- "string.quoted.pug",
224
- "string.interpolated.pug",
225
- "string.unquoted.plain.in.yaml",
226
- "string.unquoted.plain.out.yaml",
227
- "string.unquoted.block.yaml",
228
- "string.quoted.single.yaml",
229
- "string.quoted.double.xml",
230
- "string.quoted.single.xml",
231
- "string.unquoted.cdata.xml",
232
- "string.quoted.double.html",
233
- "string.quoted.single.html",
234
- "string.unquoted.html",
235
- "string.quoted.single.handlebars",
236
- "string.quoted.double.handlebars"
237
- ],
238
- "settings": {
239
- "foreground": "#0F4A85"
240
- }
241
- },
242
- {
243
- "scope": "string.regexp",
244
- "settings": {
245
- "foreground": "#811F3F"
246
- }
247
- },
248
- {
249
- "scope": [
250
- "punctuation.definition.template-expression.begin",
251
- "punctuation.definition.template-expression.end",
252
- "punctuation.section.embedded"
253
- ],
254
- "settings": {
255
- "foreground": "#0F4A85"
256
- }
257
- },
258
- {
259
- "scope": ["meta.template.expression"],
260
- "settings": {
261
- "foreground": "#000000"
262
- }
263
- },
264
- {
265
- "scope": [
266
- "support.constant.property-value",
267
- "support.constant.font-name",
268
- "support.constant.media-type",
269
- "support.constant.media",
270
- "constant.other.color.rgb-value",
271
- "constant.other.rgb-value",
272
- "support.constant.color"
273
- ],
274
- "settings": {
275
- "foreground": "#0451A5"
276
- }
277
- },
278
- {
279
- "scope": [
280
- "support.type.vendored.property-name",
281
- "support.type.property-name",
282
- "variable.css",
283
- "variable.scss",
284
- "variable.other.less",
285
- "source.coffee.embedded"
286
- ],
287
- "settings": {
288
- "foreground": "#264F78"
289
- }
290
- },
291
- {
292
- "scope": ["support.type.property-name.json"],
293
- "settings": {
294
- "foreground": "#0451A5"
295
- }
296
- },
297
- {
298
- "scope": "keyword",
299
- "settings": {
300
- "foreground": "#0F4A85"
301
- }
302
- },
303
- {
304
- "scope": "keyword.control",
305
- "settings": {
306
- "foreground": "#0F4A85"
307
- }
308
- },
309
- {
310
- "scope": "keyword.operator",
311
- "settings": {
312
- "foreground": "#000000"
313
- }
314
- },
315
- {
316
- "scope": [
317
- "keyword.operator.new",
318
- "keyword.operator.expression",
319
- "keyword.operator.cast",
320
- "keyword.operator.sizeof",
321
- "keyword.operator.alignof",
322
- "keyword.operator.typeid",
323
- "keyword.operator.alignas",
324
- "keyword.operator.instanceof",
325
- "keyword.operator.logical.python",
326
- "keyword.operator.wordlike"
327
- ],
328
- "settings": {
329
- "foreground": "#0F4A85"
330
- }
331
- },
332
- {
333
- "scope": "keyword.other.unit",
334
- "settings": {
335
- "foreground": "#096d48"
336
- }
337
- },
338
- {
339
- "scope": [
340
- "punctuation.section.embedded.begin.php",
341
- "punctuation.section.embedded.end.php"
342
- ],
343
- "settings": {
344
- "foreground": "#0F4A85"
345
- }
346
- },
347
- {
348
- "scope": "support.function.git-rebase",
349
- "settings": {
350
- "foreground": "#0451A5"
351
- }
352
- },
353
- {
354
- "scope": "constant.sha.git-rebase",
355
- "settings": {
356
- "foreground": "#096d48"
357
- }
358
- },
359
- {
360
- "scope": [
361
- "storage.modifier.import.java",
362
- "variable.language.wildcard.java",
363
- "storage.modifier.package.java"
364
- ],
365
- "settings": {
366
- "foreground": "#000000"
367
- }
368
- },
369
- {
370
- "scope": "variable.language",
371
- "settings": {
372
- "foreground": "#0F4A85"
373
- }
374
- },
375
- {
376
- "scope": [
377
- "entity.name.function",
378
- "support.function",
379
- "support.constant.handlebars",
380
- "source.powershell variable.other.member",
381
- "entity.name.operator.custom-literal"
382
- ],
383
- "settings": {
384
- "foreground": "#5e2cbc"
385
- }
386
- },
387
- {
388
- "scope": [
389
- "support.class",
390
- "support.type",
391
- "entity.name.type",
392
- "entity.name.namespace",
393
- "entity.other.attribute",
394
- "entity.name.scope-resolution",
395
- "entity.name.class",
396
- "storage.type.numeric.go",
397
- "storage.type.byte.go",
398
- "storage.type.boolean.go",
399
- "storage.type.string.go",
400
- "storage.type.uintptr.go",
401
- "storage.type.error.go",
402
- "storage.type.rune.go",
403
- "storage.type.cs",
404
- "storage.type.generic.cs",
405
- "storage.type.modifier.cs",
406
- "storage.type.variable.cs",
407
- "storage.type.annotation.java",
408
- "storage.type.generic.java",
409
- "storage.type.java",
410
- "storage.type.object.array.java",
411
- "storage.type.primitive.array.java",
412
- "storage.type.primitive.java",
413
- "storage.type.token.java",
414
- "storage.type.groovy",
415
- "storage.type.annotation.groovy",
416
- "storage.type.parameters.groovy",
417
- "storage.type.generic.groovy",
418
- "storage.type.object.array.groovy",
419
- "storage.type.primitive.array.groovy",
420
- "storage.type.primitive.groovy"
421
- ],
422
- "settings": {
423
- "foreground": "#185E73"
424
- }
425
- },
426
- {
427
- "scope": [
428
- "meta.type.cast.expr",
429
- "meta.type.new.expr",
430
- "support.constant.math",
431
- "support.constant.dom",
432
- "support.constant.json",
433
- "entity.other.inherited-class"
434
- ],
435
- "settings": {
436
- "foreground": "#185E73"
437
- }
438
- },
439
- {
440
- "scope": [
441
- "keyword.control",
442
- "source.cpp keyword.operator.new",
443
- "source.cpp keyword.operator.delete",
444
- "keyword.other.using",
445
- "keyword.other.directive.using",
446
- "keyword.other.operator",
447
- "entity.name.operator"
448
- ],
449
- "settings": {
450
- "foreground": "#b5200d"
451
- }
452
- },
453
- {
454
- "scope": [
455
- "variable",
456
- "meta.definition.variable.name",
457
- "support.variable",
458
- "entity.name.variable",
459
- "constant.other.placeholder"
460
- ],
461
- "settings": {
462
- "foreground": "#001080"
463
- }
464
- },
465
- {
466
- "scope": ["variable.other.constant", "variable.other.enummember"],
467
- "settings": {
468
- "foreground": "#02715D"
469
- }
470
- },
471
- {
472
- "scope": ["meta.object-literal.key"],
473
- "settings": {
474
- "foreground": "#001080"
475
- }
476
- },
477
- {
478
- "scope": [
479
- "support.constant.property-value",
480
- "support.constant.font-name",
481
- "support.constant.media-type",
482
- "support.constant.media",
483
- "constant.other.color.rgb-value",
484
- "constant.other.rgb-value",
485
- "support.constant.color"
486
- ],
487
- "settings": {
488
- "foreground": "#0451A5"
489
- }
490
- },
491
- {
492
- "scope": [
493
- "punctuation.definition.group.regexp",
494
- "punctuation.definition.group.assertion.regexp",
495
- "punctuation.definition.character-class.regexp",
496
- "punctuation.character.set.begin.regexp",
497
- "punctuation.character.set.end.regexp",
498
- "keyword.operator.negation.regexp",
499
- "support.other.parenthesis.regexp"
500
- ],
501
- "settings": {
502
- "foreground": "#D16969"
503
- }
504
- },
505
- {
506
- "scope": [
507
- "constant.character.character-class.regexp",
508
- "constant.other.character-class.set.regexp",
509
- "constant.other.character-class.regexp",
510
- "constant.character.set.regexp"
511
- ],
512
- "settings": {
513
- "foreground": "#811F3F"
514
- }
515
- },
516
- {
517
- "scope": "keyword.operator.quantifier.regexp",
518
- "settings": {
519
- "foreground": "#000000"
520
- }
521
- },
522
- {
523
- "scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
524
- "settings": {
525
- "foreground": "#EE0000"
526
- }
527
- },
528
- {
529
- "scope": "constant.character",
530
- "settings": {
531
- "foreground": "#0F4A85"
532
- }
533
- },
534
- {
535
- "scope": "constant.character.escape",
536
- "settings": {
537
- "foreground": "#EE0000"
538
- }
539
- },
540
- {
541
- "scope": "entity.name.label",
542
- "settings": {
543
- "foreground": "#000000"
544
- }
545
- },
546
- {
547
- "scope": "token.info-token",
548
- "settings": {
549
- "foreground": "#316BCD"
550
- }
551
- },
552
- {
553
- "scope": "token.warn-token",
554
- "settings": {
555
- "foreground": "#CD9731"
556
- }
557
- },
558
- {
559
- "scope": "token.error-token",
560
- "settings": {
561
- "foreground": "#CD3131"
562
- }
563
- },
564
- {
565
- "scope": "token.debug-token",
566
- "settings": {
567
- "foreground": "#800080"
568
- }
569
- }
570
- ],
571
- "colors": {
572
- "actionBar.toggledBackground": "#dddddd"
573
- }
574
- }
package/light_modern.json DELETED
@@ -1,145 +0,0 @@
1
- {
2
- "$schema": "vscode://schemas/color-theme",
3
- "name": "Default Light Modern",
4
- "include": "./light_plus.json",
5
- "colors": {
6
- "activityBar.activeBorder": "#005FB8",
7
- "activityBar.background": "#F8F8F8",
8
- "activityBar.border": "#E5E5E5",
9
- "activityBar.foreground": "#1F1F1F",
10
- "activityBar.inactiveForeground": "#616161",
11
- "activityBarBadge.background": "#005FB8",
12
- "activityBarBadge.foreground": "#FFFFFF",
13
- "badge.background": "#CCCCCC",
14
- "badge.foreground": "#3B3B3B",
15
- "button.background": "#005FB8",
16
- "button.border": "#0000001a",
17
- "button.foreground": "#FFFFFF",
18
- "button.hoverBackground": "#0258A8",
19
- "button.secondaryBackground": "#E5E5E5",
20
- "button.secondaryForeground": "#3B3B3B",
21
- "button.secondaryHoverBackground": "#CCCCCC",
22
- "chat.slashCommandBackground": "#D2ECFF",
23
- "chat.slashCommandForeground": "#306CA2",
24
- "checkbox.background": "#F8F8F8",
25
- "checkbox.border": "#CECECE",
26
- "descriptionForeground": "#3B3B3B",
27
- "dropdown.background": "#FFFFFF",
28
- "dropdown.border": "#CECECE",
29
- "dropdown.foreground": "#3B3B3B",
30
- "dropdown.listBackground": "#FFFFFF",
31
- "editor.background": "#FFFFFF",
32
- "editor.foreground": "#3B3B3B",
33
- "editor.inactiveSelectionBackground": "#E5EBF1",
34
- "editor.selectionHighlightBackground": "#ADD6FF80",
35
- "editorGroup.border": "#E5E5E5",
36
- "editorGroupHeader.tabsBackground": "#F8F8F8",
37
- "editorGroupHeader.tabsBorder": "#E5E5E5",
38
- "editorGutter.addedBackground": "#2EA043",
39
- "editorGutter.deletedBackground": "#F85149",
40
- "editorGutter.modifiedBackground": "#005FB8",
41
- "editorIndentGuide.background1": "#D3D3D3",
42
- "editorLineNumber.activeForeground": "#171184",
43
- "editorLineNumber.foreground": "#6E7681",
44
- "editorOverviewRuler.border": "#E5E5E5",
45
- "editorSuggestWidget.background": "#F8F8F8",
46
- "editorWidget.background": "#F8F8F8",
47
- "errorForeground": "#F85149",
48
- "focusBorder": "#005FB8",
49
- "foreground": "#3B3B3B",
50
- "icon.foreground": "#3B3B3B",
51
- "input.background": "#FFFFFF",
52
- "input.border": "#CECECE",
53
- "input.foreground": "#3B3B3B",
54
- "input.placeholderForeground": "#868686",
55
- "inputOption.activeBackground": "#BED6ED",
56
- "inputOption.activeBorder": "#005FB8",
57
- "inputOption.activeForeground": "#000000",
58
- "keybindingLabel.foreground": "#3B3B3B",
59
- "list.activeSelectionBackground": "#E8E8E8",
60
- "list.activeSelectionForeground": "#000000",
61
- "list.activeSelectionIconForeground": "#000000",
62
- "list.hoverBackground": "#F2F2F2",
63
- "list.focusAndSelectionOutline": "#005FB8",
64
- "menu.border": "#CECECE",
65
- "notebook.cellBorderColor": "#E5E5E5",
66
- "notebook.selectedCellBackground": "#C8DDF150",
67
- "notificationCenterHeader.background": "#FFFFFF",
68
- "notificationCenterHeader.foreground": "#3B3B3B",
69
- "notifications.background": "#FFFFFF",
70
- "notifications.border": "#E5E5E5",
71
- "notifications.foreground": "#3B3B3B",
72
- "panel.background": "#F8F8F8",
73
- "panel.border": "#E5E5E5",
74
- "panelInput.border": "#E5E5E5",
75
- "panelTitle.activeBorder": "#005FB8",
76
- "panelTitle.activeForeground": "#3B3B3B",
77
- "panelTitle.inactiveForeground": "#3B3B3B",
78
- "peekViewEditor.matchHighlightBackground": "#BB800966",
79
- "peekViewResult.background": "#FFFFFF",
80
- "peekViewResult.matchHighlightBackground": "#BB800966",
81
- "pickerGroup.border": "#E5E5E5",
82
- "pickerGroup.foreground": "#8B949E",
83
- "ports.iconRunningProcessForeground": "#369432",
84
- "progressBar.background": "#005FB8",
85
- "quickInput.background": "#F8F8F8",
86
- "quickInput.foreground": "#3B3B3B",
87
- "searchEditor.textInputBorder": "#CECECE",
88
- "settings.dropdownBackground": "#FFFFFF",
89
- "settings.dropdownBorder": "#CECECE",
90
- "settings.headerForeground": "#1F1F1F",
91
- "settings.modifiedItemIndicator": "#BB800966",
92
- "settings.numberInputBorder": "#CECECE",
93
- "settings.textInputBorder": "#CECECE",
94
- "sideBar.background": "#F8F8F8",
95
- "sideBar.border": "#E5E5E5",
96
- "sideBar.foreground": "#3B3B3B",
97
- "sideBarSectionHeader.background": "#F8F8F8",
98
- "sideBarSectionHeader.border": "#E5E5E5",
99
- "sideBarSectionHeader.foreground": "#3B3B3B",
100
- "sideBarTitle.foreground": "#3B3B3B",
101
- "statusBar.background": "#F8F8F8",
102
- "statusBar.foreground": "#3B3B3B",
103
- "statusBar.border": "#E5E5E5",
104
- "statusBar.debuggingBackground": "#FD716C",
105
- "statusBar.debuggingForeground": "#000000",
106
- "statusBar.focusBorder": "#005FB8",
107
- "statusBar.noFolderBackground": "#F8F8F8",
108
- "statusBarItem.errorBackground": "#C72E0F",
109
- "statusBarItem.focusBorder": "#005FB8",
110
- "statusBarItem.prominentBackground": "#6E768166",
111
- "statusBarItem.remoteBackground": "#005FB8",
112
- "statusBarItem.remoteForeground": "#FFFFFF",
113
- "tab.activeBackground": "#FFFFFF",
114
- "tab.activeBorder": "#F8F8F8",
115
- "tab.activeBorderTop": "#005FB8",
116
- "tab.activeForeground": "#3B3B3B",
117
- "tab.border": "#E5E5E5",
118
- "tab.hoverBackground": "#FFFFFF",
119
- "tab.inactiveBackground": "#F8F8F8",
120
- "tab.inactiveForeground": "#868686",
121
- "tab.lastPinnedBorder": "#D4D4D4",
122
- "tab.unfocusedActiveBorder": "#F8F8F8",
123
- "tab.unfocusedActiveBorderTop": "#E5E5E5",
124
- "tab.unfocusedHoverBackground": "#F8F8F8",
125
- "terminalCursor.foreground": "#005FB8",
126
- "terminal.foreground": "#3B3B3B",
127
- "terminal.inactiveSelectionBackground": "#E5EBF1",
128
- "terminal.tab.activeBorder": "#005FB8",
129
- "textBlockQuote.background": "#F8F8F8",
130
- "textBlockQuote.border": "#E5E5E5",
131
- "textCodeBlock.background": "#F8F8F8",
132
- "textLink.activeForeground": "#005FB8",
133
- "textLink.foreground": "#005FB8",
134
- "textPreformat.foreground": "#3B3B3B",
135
- "textPreformat.background": "#0000001F",
136
- "textSeparator.foreground": "#21262D",
137
- "titleBar.activeBackground": "#F8F8F8",
138
- "titleBar.activeForeground": "#1E1E1E",
139
- "titleBar.border": "#E5E5E5",
140
- "titleBar.inactiveBackground": "#F8F8F8",
141
- "titleBar.inactiveForeground": "#8B949E",
142
- "welcomePage.tileBackground": "#F3F3F3",
143
- "widget.border": "#E5E5E5"
144
- },
145
- }