@codingame/monaco-vscode-theme-quietlight-default-extension 1.85.1 → 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.
package/index.js CHANGED
@@ -3,7 +3,8 @@ import { registerExtension } from 'vscode/extensions';
3
3
  var manifest = {name:"theme-quietlight",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Quiet Light",label:"%themeLabel%",uiTheme:"vs",path:"./themes/quietlight-color-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
4
4
 
5
5
  const { registerFileUrl, whenReady } = registerExtension(manifest);
6
- registerFileUrl('./themes/quietlight-color-theme.json', new URL('./quietlight-color-theme.json', import.meta.url).toString(), 'application/json');
7
- registerFileUrl('package.nls.json', new URL('./package.nls.json', import.meta.url).toString(), 'application/json');
6
+ registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), 'application/json');
7
+ registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), 'application/json');
8
+ registerFileUrl('themes/quietlight-color-theme.json', new URL('./resources/quietlight-color-theme.json', import.meta.url).toString(), 'application/json');
8
9
 
9
10
  export { whenReady };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-theme-quietlight-default-extension",
3
- "version": "1.85.1",
3
+ "version": "1.85.3",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.85.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.3"
22
22
  }
23
23
  }
@@ -0,0 +1 @@
1
+ {"name":"theme-quietlight","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Quiet Light","label":"%themeLabel%","uiTheme":"vs","path":"./themes/quietlight-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
@@ -0,0 +1 @@
1
+ {"displayName":"Quiet Light Theme","description":"Quiet light theme for Visual Studio Code","themeLabel":"Quiet Light"}
@@ -0,0 +1 @@
1
+ {"name":"Quiet Light","tokenColors":[{"settings":{"foreground":"#333333"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#333333"}},{"name":"Comments","scope":["comment","punctuation.definition.comment"],"settings":{"fontStyle":"italic","foreground":"#AAAAAA"}},{"name":"Comments: Preprocessor","scope":"comment.block.preprocessor","settings":{"fontStyle":"","foreground":"#AAAAAA"}},{"name":"Comments: Documentation","scope":["comment.documentation","comment.block.documentation","comment.block.documentation punctuation.definition.comment "],"settings":{"foreground":"#448C27"}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#cd3131"}},{"name":"Invalid - Illegal","scope":"invalid.illegal","settings":{"foreground":"#660000"}},{"name":"Operators","scope":"keyword.operator","settings":{"foreground":"#777777"}},{"name":"Keywords","scope":["keyword","storage"],"settings":{"foreground":"#4B69C6"}},{"name":"Types","scope":["storage.type","support.type"],"settings":{"foreground":"#7A3E9D"}},{"name":"Language Constants","scope":["constant.language","support.constant","variable.language"],"settings":{"foreground":"#9C5D27"}},{"name":"Variables","scope":["variable","support.variable"],"settings":{"foreground":"#7A3E9D"}},{"name":"Functions","scope":["entity.name.function","support.function"],"settings":{"fontStyle":"bold","foreground":"#AA3731"}},{"name":"Classes","scope":["entity.name.type","entity.name.namespace","entity.name.scope-resolution","entity.other.inherited-class","support.class"],"settings":{"fontStyle":"bold","foreground":"#7A3E9D"}},{"name":"Exceptions","scope":"entity.name.exception","settings":{"foreground":"#660000"}},{"name":"Sections","scope":"entity.name.section","settings":{"fontStyle":"bold"}},{"name":"Numbers, Characters","scope":["constant.numeric","constant.character","constant"],"settings":{"foreground":"#9C5D27"}},{"name":"Strings","scope":"string","settings":{"foreground":"#448C27"}},{"name":"Strings: Escape Sequences","scope":"constant.character.escape","settings":{"foreground":"#777777"}},{"name":"Strings: Regular Expressions","scope":"string.regexp","settings":{"foreground":"#4B69C6"}},{"name":"Strings: Symbols","scope":"constant.other.symbol","settings":{"foreground":"#9C5D27"}},{"name":"Punctuation","scope":"punctuation","settings":{"foreground":"#777777"}},{"name":"HTML: Doctype Declaration","scope":["meta.tag.sgml.doctype","meta.tag.sgml.doctype string","meta.tag.sgml.doctype entity.name.tag","meta.tag.sgml punctuation.definition.tag.html"],"settings":{"foreground":"#AAAAAA"}},{"name":"HTML: Tags","scope":["meta.tag","punctuation.definition.tag.html","punctuation.definition.tag.begin.html","punctuation.definition.tag.end.html"],"settings":{"foreground":"#91B3E0"}},{"name":"HTML: Tag Names","scope":"entity.name.tag","settings":{"foreground":"#4B69C6"}},{"name":"HTML: Attribute Names","scope":["meta.tag entity.other.attribute-name","entity.other.attribute-name.html"],"settings":{"fontStyle":"italic","foreground":"#8190A0"}},{"name":"HTML: Entities","scope":["constant.character.entity","punctuation.definition.entity"],"settings":{"foreground":"#9C5D27"}},{"name":"CSS: Selectors","scope":["meta.selector","meta.selector entity","meta.selector entity punctuation","entity.name.tag.css"],"settings":{"foreground":"#7A3E9D"}},{"name":"CSS: Property Names","scope":["meta.property-name","support.type.property-name"],"settings":{"foreground":"#9C5D27"}},{"name":"CSS: Property Values","scope":["meta.property-value","meta.property-value constant.other","support.constant.property-value"],"settings":{"foreground":"#448C27"}},{"name":"CSS: Important Keyword","scope":"keyword.other.important","settings":{"fontStyle":"bold"}},{"name":"Markup: Changed","scope":"markup.changed","settings":{"foreground":"#000000"}},{"name":"Markup: Deletion","scope":"markup.deleted","settings":{"foreground":"#000000"}},{"name":"Markup: Emphasis","scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markup: Error","scope":"markup.error","settings":{"foreground":"#660000"}},{"name":"Markup: Insertion","scope":"markup.inserted","settings":{"foreground":"#000000"}},{"name":"Markup: Link","scope":"meta.link","settings":{"foreground":"#4B69C6"}},{"name":"Markup: Output","scope":["markup.output","markup.raw"],"settings":{"foreground":"#777777"}},{"name":"Markup: Prompt","scope":"markup.prompt","settings":{"foreground":"#777777"}},{"name":"Markup: Heading","scope":"markup.heading","settings":{"foreground":"#AA3731"}},{"name":"Markup: Strong","scope":"markup.bold","settings":{"fontStyle":"bold"}},{"name":"Markup: Traceback","scope":"markup.traceback","settings":{"foreground":"#660000"}},{"name":"Markup: Underline","scope":"markup.underline","settings":{"fontStyle":"underline"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#7A3E9D"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#4B69C6"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#448C27"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#9C5D27"}},{"name":"Extra: Diff Range","scope":["meta.diff.range","meta.diff.index","meta.separator"],"settings":{"foreground":"#434343"}},{"name":"Extra: Diff From","scope":["meta.diff.header.from-file","punctuation.definition.from-file.diff"],"settings":{"foreground":"#4B69C6"}},{"name":"Extra: Diff To","scope":["meta.diff.header.to-file","punctuation.definition.to-file.diff"],"settings":{"foreground":"#4B69C6"}},{"name":"diff: deleted","scope":"markup.deleted.diff","settings":{"foreground":"#C73D20"}},{"name":"diff: changed","scope":"markup.changed.diff","settings":{"foreground":"#9C5D27"}},{"name":"diff: inserted","scope":"markup.inserted.diff","settings":{"foreground":"#448C27"}},{"name":"JSX: Tags","scope":["punctuation.definition.tag.js","punctuation.definition.tag.begin.js","punctuation.definition.tag.end.js"],"settings":{"foreground":"#91B3E0"}},{"name":"JSX: InnerText","scope":"meta.jsx.children.js","settings":{"foreground":"#333333ff"}}],"colors":{"focusBorder":"#9769dc","pickerGroup.foreground":"#A6B39B","pickerGroup.border":"#749351","list.activeSelectionForeground":"#6c6c6c","quickInputList.focusBackground":"#CADEB9","list.hoverBackground":"#e0e0e0","list.activeSelectionBackground":"#c4d9b1","list.inactiveSelectionBackground":"#d3dbcd","list.highlightForeground":"#9769dc","selection.background":"#C9D0D9","editor.background":"#F5F5F5","editorWhitespace.foreground":"#AAAAAA","editor.lineHighlightBackground":"#E4F6D4","editorLineNumber.activeForeground":"#9769dc","editor.selectionBackground":"#C9D0D9","minimap.selectionHighlight":"#C9D0D9","panel.background":"#F5F5F5","sideBar.background":"#F2F2F2","sideBarSectionHeader.background":"#ede8ef","editorLineNumber.foreground":"#6D705B","editorCursor.foreground":"#54494B","inputOption.activeBorder":"#adafb7","dropdown.background":"#F5F5F5","editor.findMatchBackground":"#BF9CAC","editor.findMatchHighlightBackground":"#edc9d899","peekViewEditor.matchHighlightBackground":"#C2DFE3","peekViewTitle.background":"#F2F8FC","peekViewEditor.background":"#F2F8FC","peekViewResult.background":"#F2F8FC","peekView.border":"#705697","peekViewResult.matchHighlightBackground":"#93C6D6","tab.lastPinnedBorder":"#c9d0d9","statusBar.background":"#705697","welcomePage.tileBackground":"#f0f0f7","statusBar.noFolderBackground":"#705697","statusBar.debuggingBackground":"#705697","statusBarItem.remoteBackground":"#4e3c69","ports.iconRunningProcessForeground":"#749351","activityBar.background":"#EDEDF5","activityBar.foreground":"#705697","activityBarBadge.background":"#705697","titleBar.activeBackground":"#c4b7d7","button.background":"#705697","editorGroup.dropBackground":"#C9D0D988","inputValidation.infoBorder":"#4ec1e5","inputValidation.infoBackground":"#f2fcff","inputValidation.warningBackground":"#fffee2","inputValidation.warningBorder":"#ffe055","inputValidation.errorBackground":"#ffeaea","inputValidation.errorBorder":"#f1897f","errorForeground":"#f1897f","badge.background":"#705697AA","progressBar.background":"#705697","walkThrough.embeddedEditorBackground":"#00000014","editorIndentGuide.background":"#aaaaaa60","editorIndentGuide.activeBackground":"#777777b0"},"semanticHighlighting":true}
package/package.nls.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "displayName": "Quiet Light Theme",
3
- "description": "Quiet light theme for Visual Studio Code",
4
- "themeLabel": "Quiet Light"
5
- }
@@ -1,538 +0,0 @@
1
- {
2
- "name": "Quiet Light",
3
- "tokenColors": [
4
- {
5
- "settings": {
6
- "foreground": "#333333"
7
- }
8
- },
9
- {
10
- "scope": [
11
- "meta.embedded",
12
- "source.groovy.embedded",
13
- "string meta.image.inline.markdown",
14
- "variable.legacy.builtin.python"
15
- ],
16
- "settings": {
17
- "foreground": "#333333"
18
- }
19
- },
20
- {
21
- "name": "Comments",
22
- "scope": [
23
- "comment",
24
- "punctuation.definition.comment"
25
- ],
26
- "settings": {
27
- "fontStyle": "italic",
28
- "foreground": "#AAAAAA"
29
- }
30
- },
31
- {
32
- "name": "Comments: Preprocessor",
33
- "scope": "comment.block.preprocessor",
34
- "settings": {
35
- "fontStyle": "",
36
- "foreground": "#AAAAAA"
37
- }
38
- },
39
- {
40
- "name": "Comments: Documentation",
41
- "scope": [
42
- "comment.documentation",
43
- "comment.block.documentation",
44
- "comment.block.documentation punctuation.definition.comment "
45
- ],
46
- "settings": {
47
- "foreground": "#448C27"
48
- }
49
- },
50
- {
51
- "name": "Invalid",
52
- "scope": "invalid",
53
- "settings": {
54
- "foreground": "#cd3131"
55
- }
56
- },
57
- {
58
- "name": "Invalid - Illegal",
59
- "scope": "invalid.illegal",
60
- "settings": {
61
- "foreground": "#660000"
62
- }
63
- },
64
- {
65
- "name": "Operators",
66
- "scope": "keyword.operator",
67
- "settings": {
68
- "foreground": "#777777"
69
- }
70
- },
71
- {
72
- "name": "Keywords",
73
- "scope": [
74
- "keyword",
75
- "storage"
76
- ],
77
- "settings": {
78
- "foreground": "#4B69C6"
79
- }
80
- },
81
- {
82
- "name": "Types",
83
- "scope": [
84
- "storage.type",
85
- "support.type"
86
- ],
87
- "settings": {
88
- "foreground": "#7A3E9D"
89
- }
90
- },
91
- {
92
- "name": "Language Constants",
93
- "scope": [
94
- "constant.language",
95
- "support.constant",
96
- "variable.language"
97
- ],
98
- "settings": {
99
- "foreground": "#9C5D27"
100
- }
101
- },
102
- {
103
- "name": "Variables",
104
- "scope": [
105
- "variable",
106
- "support.variable"
107
- ],
108
- "settings": {
109
- "foreground": "#7A3E9D"
110
- }
111
- },
112
- {
113
- "name": "Functions",
114
- "scope": [
115
- "entity.name.function",
116
- "support.function"
117
- ],
118
- "settings": {
119
- "fontStyle": "bold",
120
- "foreground": "#AA3731"
121
- }
122
- },
123
- {
124
- "name": "Classes",
125
- "scope": [
126
- "entity.name.type",
127
- "entity.name.namespace",
128
- "entity.name.scope-resolution",
129
- "entity.other.inherited-class",
130
- "support.class"
131
- ],
132
- "settings": {
133
- "fontStyle": "bold",
134
- "foreground": "#7A3E9D"
135
- }
136
- },
137
- {
138
- "name": "Exceptions",
139
- "scope": "entity.name.exception",
140
- "settings": {
141
- "foreground": "#660000"
142
- }
143
- },
144
- {
145
- "name": "Sections",
146
- "scope": "entity.name.section",
147
- "settings": {
148
- "fontStyle": "bold"
149
- }
150
- },
151
- {
152
- "name": "Numbers, Characters",
153
- "scope": [
154
- "constant.numeric",
155
- "constant.character",
156
- "constant"
157
- ],
158
- "settings": {
159
- "foreground": "#9C5D27"
160
- }
161
- },
162
- {
163
- "name": "Strings",
164
- "scope": "string",
165
- "settings": {
166
- "foreground": "#448C27"
167
- }
168
- },
169
- {
170
- "name": "Strings: Escape Sequences",
171
- "scope": "constant.character.escape",
172
- "settings": {
173
- "foreground": "#777777"
174
- }
175
- },
176
- {
177
- "name": "Strings: Regular Expressions",
178
- "scope": "string.regexp",
179
- "settings": {
180
- "foreground": "#4B69C6"
181
- }
182
- },
183
- {
184
- "name": "Strings: Symbols",
185
- "scope": "constant.other.symbol",
186
- "settings": {
187
- "foreground": "#9C5D27"
188
- }
189
- },
190
- {
191
- "name": "Punctuation",
192
- "scope": "punctuation",
193
- "settings": {
194
- "foreground": "#777777"
195
- }
196
- },
197
- {
198
- "name": "HTML: Doctype Declaration",
199
- "scope": [
200
- "meta.tag.sgml.doctype",
201
- "meta.tag.sgml.doctype string",
202
- "meta.tag.sgml.doctype entity.name.tag",
203
- "meta.tag.sgml punctuation.definition.tag.html"
204
- ],
205
- "settings": {
206
- "foreground": "#AAAAAA"
207
- }
208
- },
209
- {
210
- "name": "HTML: Tags",
211
- "scope": [
212
- "meta.tag",
213
- "punctuation.definition.tag.html",
214
- "punctuation.definition.tag.begin.html",
215
- "punctuation.definition.tag.end.html"
216
- ],
217
- "settings": {
218
- "foreground": "#91B3E0"
219
- }
220
- },
221
- {
222
- "name": "HTML: Tag Names",
223
- "scope": "entity.name.tag",
224
- "settings": {
225
- "foreground": "#4B69C6"
226
- }
227
- },
228
- {
229
- "name": "HTML: Attribute Names",
230
- "scope": [
231
- "meta.tag entity.other.attribute-name",
232
- "entity.other.attribute-name.html"
233
- ],
234
- "settings": {
235
- "fontStyle": "italic",
236
- "foreground": "#8190A0"
237
- }
238
- },
239
- {
240
- "name": "HTML: Entities",
241
- "scope": [
242
- "constant.character.entity",
243
- "punctuation.definition.entity"
244
- ],
245
- "settings": {
246
- "foreground": "#9C5D27"
247
- }
248
- },
249
- {
250
- "name": "CSS: Selectors",
251
- "scope": [
252
- "meta.selector",
253
- "meta.selector entity",
254
- "meta.selector entity punctuation",
255
- "entity.name.tag.css"
256
- ],
257
- "settings": {
258
- "foreground": "#7A3E9D"
259
- }
260
- },
261
- {
262
- "name": "CSS: Property Names",
263
- "scope": [
264
- "meta.property-name",
265
- "support.type.property-name"
266
- ],
267
- "settings": {
268
- "foreground": "#9C5D27"
269
- }
270
- },
271
- {
272
- "name": "CSS: Property Values",
273
- "scope": [
274
- "meta.property-value",
275
- "meta.property-value constant.other",
276
- "support.constant.property-value"
277
- ],
278
- "settings": {
279
- "foreground": "#448C27"
280
- }
281
- },
282
- {
283
- "name": "CSS: Important Keyword",
284
- "scope": "keyword.other.important",
285
- "settings": {
286
- "fontStyle": "bold"
287
- }
288
- },
289
- {
290
- "name": "Markup: Changed",
291
- "scope": "markup.changed",
292
- "settings": {
293
- "foreground": "#000000"
294
- }
295
- },
296
- {
297
- "name": "Markup: Deletion",
298
- "scope": "markup.deleted",
299
- "settings": {
300
- "foreground": "#000000"
301
- }
302
- },
303
- {
304
- "name": "Markup: Emphasis",
305
- "scope": "markup.italic",
306
- "settings": {
307
- "fontStyle": "italic"
308
- }
309
- },
310
- {
311
- "scope": "markup.strikethrough",
312
- "settings": {
313
- "fontStyle": "strikethrough"
314
- }
315
- },
316
- {
317
- "name": "Markup: Error",
318
- "scope": "markup.error",
319
- "settings": {
320
- "foreground": "#660000"
321
- }
322
- },
323
- {
324
- "name": "Markup: Insertion",
325
- "scope": "markup.inserted",
326
- "settings": {
327
- "foreground": "#000000"
328
- }
329
- },
330
- {
331
- "name": "Markup: Link",
332
- "scope": "meta.link",
333
- "settings": {
334
- "foreground": "#4B69C6"
335
- }
336
- },
337
- {
338
- "name": "Markup: Output",
339
- "scope": [
340
- "markup.output",
341
- "markup.raw"
342
- ],
343
- "settings": {
344
- "foreground": "#777777"
345
- }
346
- },
347
- {
348
- "name": "Markup: Prompt",
349
- "scope": "markup.prompt",
350
- "settings": {
351
- "foreground": "#777777"
352
- }
353
- },
354
- {
355
- "name": "Markup: Heading",
356
- "scope": "markup.heading",
357
- "settings": {
358
- "foreground": "#AA3731"
359
- }
360
- },
361
- {
362
- "name": "Markup: Strong",
363
- "scope": "markup.bold",
364
- "settings": {
365
- "fontStyle": "bold"
366
- }
367
- },
368
- {
369
- "name": "Markup: Traceback",
370
- "scope": "markup.traceback",
371
- "settings": {
372
- "foreground": "#660000"
373
- }
374
- },
375
- {
376
- "name": "Markup: Underline",
377
- "scope": "markup.underline",
378
- "settings": {
379
- "fontStyle": "underline"
380
- }
381
- },
382
- {
383
- "name": "Markup Quote",
384
- "scope": "markup.quote",
385
- "settings": {
386
- "foreground": "#7A3E9D"
387
- }
388
- },
389
- {
390
- "name": "Markup Lists",
391
- "scope": "markup.list",
392
- "settings": {
393
- "foreground": "#4B69C6"
394
- }
395
- },
396
- {
397
- "name": "Markup Styling",
398
- "scope": [
399
- "markup.bold",
400
- "markup.italic"
401
- ],
402
- "settings": {
403
- "foreground": "#448C27"
404
- }
405
- },
406
- {
407
- "name": "Markup Inline",
408
- "scope": "markup.inline.raw",
409
- "settings": {
410
- "fontStyle": "",
411
- "foreground": "#9C5D27"
412
- }
413
- },
414
- {
415
- "name": "Extra: Diff Range",
416
- "scope": [
417
- "meta.diff.range",
418
- "meta.diff.index",
419
- "meta.separator"
420
- ],
421
- "settings": {
422
- "foreground": "#434343"
423
- }
424
- },
425
- {
426
- "name": "Extra: Diff From",
427
- "scope": ["meta.diff.header.from-file", "punctuation.definition.from-file.diff"],
428
- "settings": {
429
- "foreground": "#4B69C6"
430
- }
431
- },
432
- {
433
- "name": "Extra: Diff To",
434
- "scope": ["meta.diff.header.to-file", "punctuation.definition.to-file.diff"],
435
- "settings": {
436
- "foreground": "#4B69C6"
437
- }
438
- },
439
- {
440
- "name": "diff: deleted",
441
- "scope": "markup.deleted.diff",
442
- "settings": {
443
- "foreground": "#C73D20"
444
- }
445
- },
446
- {
447
- "name": "diff: changed",
448
- "scope": "markup.changed.diff",
449
- "settings": {
450
- "foreground": "#9C5D27"
451
- }
452
- },
453
- {
454
- "name": "diff: inserted",
455
- "scope": "markup.inserted.diff",
456
- "settings": {
457
- "foreground": "#448C27"
458
- }
459
- },
460
- {
461
- "name": "JSX: Tags",
462
- "scope": [
463
- "punctuation.definition.tag.js",
464
- "punctuation.definition.tag.begin.js",
465
- "punctuation.definition.tag.end.js"
466
- ],
467
- "settings": {
468
- "foreground": "#91B3E0"
469
- }
470
- },
471
- {
472
- "name": "JSX: InnerText",
473
- "scope": "meta.jsx.children.js",
474
- "settings": {
475
- "foreground": "#333333ff"
476
- }
477
- }
478
- ],
479
- "colors": {
480
- "focusBorder": "#9769dc",
481
- "pickerGroup.foreground": "#A6B39B",
482
- "pickerGroup.border": "#749351",
483
- "list.activeSelectionForeground": "#6c6c6c",
484
- "quickInputList.focusBackground": "#CADEB9",
485
- "list.hoverBackground": "#e0e0e0",
486
- "list.activeSelectionBackground": "#c4d9b1",
487
- "list.inactiveSelectionBackground": "#d3dbcd",
488
- "list.highlightForeground": "#9769dc",
489
- "selection.background": "#C9D0D9",
490
- "editor.background": "#F5F5F5",
491
- "editorWhitespace.foreground": "#AAAAAA",
492
- "editor.lineHighlightBackground": "#E4F6D4",
493
- "editorLineNumber.activeForeground": "#9769dc",
494
- "editor.selectionBackground": "#C9D0D9",
495
- "minimap.selectionHighlight": "#C9D0D9",
496
- "panel.background": "#F5F5F5",
497
- "sideBar.background": "#F2F2F2",
498
- "sideBarSectionHeader.background": "#ede8ef",
499
- "editorLineNumber.foreground": "#6D705B",
500
- "editorCursor.foreground": "#54494B",
501
- "inputOption.activeBorder": "#adafb7",
502
- "dropdown.background": "#F5F5F5",
503
- "editor.findMatchBackground": "#BF9CAC",
504
- "editor.findMatchHighlightBackground": "#edc9d899",
505
- "peekViewEditor.matchHighlightBackground": "#C2DFE3",
506
- "peekViewTitle.background": "#F2F8FC",
507
- "peekViewEditor.background": "#F2F8FC",
508
- "peekViewResult.background": "#F2F8FC",
509
- "peekView.border": "#705697",
510
- "peekViewResult.matchHighlightBackground": "#93C6D6",
511
- "tab.lastPinnedBorder": "#c9d0d9",
512
- "statusBar.background": "#705697",
513
- "welcomePage.tileBackground": "#f0f0f7",
514
- "statusBar.noFolderBackground": "#705697",
515
- "statusBar.debuggingBackground": "#705697",
516
- "statusBarItem.remoteBackground": "#4e3c69",
517
- "ports.iconRunningProcessForeground": "#749351",
518
- "activityBar.background": "#EDEDF5",
519
- "activityBar.foreground": "#705697",
520
- "activityBarBadge.background": "#705697",
521
- "titleBar.activeBackground": "#c4b7d7",
522
- "button.background": "#705697",
523
- "editorGroup.dropBackground": "#C9D0D988",
524
- "inputValidation.infoBorder": "#4ec1e5",
525
- "inputValidation.infoBackground": "#f2fcff",
526
- "inputValidation.warningBackground": "#fffee2",
527
- "inputValidation.warningBorder": "#ffe055",
528
- "inputValidation.errorBackground": "#ffeaea",
529
- "inputValidation.errorBorder": "#f1897f",
530
- "errorForeground": "#f1897f",
531
- "badge.background": "#705697AA",
532
- "progressBar.background": "#705697",
533
- "walkThrough.embeddedEditorBackground": "#00000014",
534
- "editorIndentGuide.background": "#aaaaaa60",
535
- "editorIndentGuide.activeBackground": "#777777b0"
536
- },
537
- "semanticHighlighting": true
538
- }