@codingame/monaco-vscode-theme-solarized-light-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.
package/index.js CHANGED
@@ -3,7 +3,8 @@ import { registerExtension } from 'vscode/extensions';
3
3
  var manifest = {name:"theme-solarized-light",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Solarized Light",label:"%themeLabel%",uiTheme:"vs",path:"./themes/solarized-light-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/solarized-light-color-theme.json', new URL('./solarized-light-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/solarized-light-color-theme.json', new URL('./resources/solarized-light-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-solarized-light-default-extension",
3
- "version": "1.85.2",
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.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.3"
22
22
  }
23
23
  }
@@ -0,0 +1 @@
1
+ {"name":"theme-solarized-light","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Solarized Light","label":"%themeLabel%","uiTheme":"vs","path":"./themes/solarized-light-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
@@ -0,0 +1 @@
1
+ {"displayName":"Solarized Light Theme","description":"Solarized light theme for Visual Studio Code","themeLabel":"Solarized Light"}
@@ -0,0 +1 @@
1
+ {"name":"Solarized (light)","tokenColors":[{"settings":{"foreground":"#657B83"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#657B83"}},{"name":"Comment","scope":"comment","settings":{"fontStyle":"italic","foreground":"#93A1A1"}},{"name":"String","scope":"string","settings":{"foreground":"#2AA198"}},{"name":"Regexp","scope":"string.regexp","settings":{"foreground":"#DC322F"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#D33682"}},{"name":"Variable","scope":["variable.language","variable.other"],"settings":{"foreground":"#268BD2"}},{"name":"Keyword","scope":"keyword","settings":{"foreground":"#859900"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"bold","foreground":"#586E75"}},{"name":"Class name","scope":["entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],"settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"Function name","scope":"entity.name.function","settings":{"foreground":"#268BD2"}},{"name":"Variable start","scope":"punctuation.definition.variable","settings":{"foreground":"#859900"}},{"name":"Embedded code markers","scope":["punctuation.section.embedded.begin","punctuation.section.embedded.end"],"settings":{"foreground":"#DC322F"}},{"name":"Built-in constant","scope":["constant.language","meta.preprocessor"],"settings":{"foreground":"#B58900"}},{"name":"Support.construct","scope":["support.function.construct","keyword.other.new"],"settings":{"foreground":"#CB4B16"}},{"name":"User-defined constant","scope":["constant.character","constant.other"],"settings":{"foreground":"#CB4B16"}},{"name":"Inherited class","scope":"entity.other.inherited-class","settings":{"foreground":"#6C71C4"}},{"name":"Function argument","scope":"variable.parameter","settings":{}},{"name":"Tag name","scope":"entity.name.tag","settings":{"foreground":"#268BD2"}},{"name":"Tag start/end","scope":"punctuation.definition.tag","settings":{"foreground":"#93A1A1"}},{"name":"Tag attribute","scope":"entity.other.attribute-name","settings":{"foreground":"#93A1A1"}},{"name":"Library function","scope":"support.function","settings":{"foreground":"#268BD2"}},{"name":"Continuation","scope":"punctuation.separator.continuation","settings":{"foreground":"#DC322F"}},{"name":"Library constant","scope":["support.constant","support.variable"],"settings":{}},{"name":"Library class/type","scope":["support.type","support.class"],"settings":{"foreground":"#859900"}},{"name":"Library Exception","scope":"support.type.exception","settings":{"foreground":"#CB4B16"}},{"name":"Library variable","scope":"support.other.variable","settings":{}},{"name":"Invalid","scope":"invalid","settings":{"foreground":"#DC322F"}},{"name":"diff: header","scope":["meta.diff","meta.diff.header"],"settings":{"fontStyle":"italic","foreground":"#268BD2"}},{"name":"diff: deleted","scope":"markup.deleted","settings":{"fontStyle":"","foreground":"#DC322F"}},{"name":"diff: changed","scope":"markup.changed","settings":{"fontStyle":"","foreground":"#CB4B16"}},{"name":"diff: inserted","scope":"markup.inserted","settings":{"foreground":"#859900"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#859900"}},{"name":"Markup Lists","scope":"markup.list","settings":{"foreground":"#B58900"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#D33682"}},{"name":"Markup: Strong","scope":"markup.bold","settings":{"fontStyle":"bold"}},{"name":"Markup: Emphasis","scope":"markup.italic","settings":{"fontStyle":"italic"}},{"scope":"markup.strikethrough","settings":{"fontStyle":"strikethrough"}},{"name":"Markup Inline","scope":"markup.inline.raw","settings":{"fontStyle":"","foreground":"#2AA198"}},{"name":"Markup Headings","scope":"markup.heading","settings":{"fontStyle":"bold","foreground":"#268BD2"}},{"name":"Markup Setext Header","scope":"markup.heading.setext","settings":{"fontStyle":"","foreground":"#268BD2"}}],"colors":{"focusBorder":"#b49471","input.background":"#DDD6C1","input.foreground":"#586E75","input.placeholderForeground":"#586E75AA","inputOption.activeBorder":"#D3AF86","badge.background":"#B58900AA","progressBar.background":"#B58900","dropdown.background":"#EEE8D5","dropdown.border":"#D3AF86","button.background":"#AC9D57","selection.background":"#878b9180","list.activeSelectionBackground":"#DFCA88","list.activeSelectionForeground":"#6C6C6C","quickInputList.focusBackground":"#DFCA8866","list.hoverBackground":"#DFCA8844","list.inactiveSelectionBackground":"#D1CBB8","list.highlightForeground":"#B58900","editor.background":"#FDF6E3","editor.foreground":"#657B83","notebook.cellEditorBackground":"#F7F0E0","editorWidget.background":"#EEE8D5","editorCursor.foreground":"#657B83","editorWhitespace.foreground":"#586E7580","editor.lineHighlightBackground":"#EEE8D5","editor.selectionBackground":"#EEE8D5","minimap.selectionHighlight":"#EEE8D5","editorIndentGuide.background":"#586E7580","editorIndentGuide.activeBackground":"#081E2580","editorHoverWidget.background":"#CCC4B0","editorLineNumber.activeForeground":"#567983","peekViewResult.background":"#EEE8D5","peekViewEditor.background":"#FFFBF2","peekViewTitle.background":"#EEE8D5","peekView.border":"#B58900","peekViewEditor.matchHighlightBackground":"#7744AA40","titleBar.activeBackground":"#EEE8D5","editorGroup.border":"#DDD6C1","editorGroup.dropBackground":"#DDD6C1AA","editorGroupHeader.tabsBackground":"#D9D2C2","tab.border":"#DDD6C1","tab.activeBackground":"#FDF6E3","tab.inactiveForeground":"#586E75","tab.inactiveBackground":"#D3CBB7","tab.activeModifiedBorder":"#cb4b16","tab.lastPinnedBorder":"#FDF6E3","activityBar.background":"#DDD6C1","activityBar.foreground":"#584c27","activityBarBadge.background":"#B58900","panel.border":"#DDD6C1","sideBar.background":"#EEE8D5","sideBarTitle.foreground":"#586E75","statusBar.foreground":"#586E75","statusBar.background":"#EEE8D5","statusBar.debuggingBackground":"#EEE8D5","statusBar.noFolderBackground":"#EEE8D5","statusBarItem.remoteBackground":"#AC9D57","ports.iconRunningProcessForeground":"#2AA19899","statusBarItem.prominentBackground":"#DDD6C1","statusBarItem.prominentHoverBackground":"#DDD6C199","debugToolBar.background":"#DDD6C1","debugExceptionWidget.background":"#DDD6C1","debugExceptionWidget.border":"#AB395B","pickerGroup.border":"#2AA19899","pickerGroup.foreground":"#2AA19899","extensionButton.prominentBackground":"#b58900","extensionButton.prominentHoverBackground":"#584c27aa","terminal.ansiBlack":"#073642","terminal.ansiRed":"#dc322f","terminal.ansiGreen":"#859900","terminal.ansiYellow":"#b58900","terminal.ansiBlue":"#268bd2","terminal.ansiMagenta":"#d33682","terminal.ansiCyan":"#2aa198","terminal.ansiWhite":"#eee8d5","terminal.ansiBrightBlack":"#002b36","terminal.ansiBrightRed":"#cb4b16","terminal.ansiBrightGreen":"#586e75","terminal.ansiBrightYellow":"#657b83","terminal.ansiBrightBlue":"#839496","terminal.ansiBrightMagenta":"#6c71c4","terminal.ansiBrightCyan":"#93a1a1","terminal.ansiBrightWhite":"#fdf6e3","terminal.background":"#FDF6E3","walkThrough.embeddedEditorBackground":"#00000014"},"semanticHighlighting":true}
package/package.nls.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "displayName": "Solarized Light Theme",
3
- "description": "Solarized light theme for Visual Studio Code",
4
- "themeLabel": "Solarized Light"
5
- }
@@ -1,500 +0,0 @@
1
- {
2
- "name": "Solarized (light)",
3
- "tokenColors": [
4
- {
5
- "settings": {
6
- "foreground": "#657B83"
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": "#657B83"
18
- }
19
- },
20
- {
21
- "name": "Comment",
22
- "scope": "comment",
23
- "settings": {
24
- "fontStyle": "italic",
25
- "foreground": "#93A1A1"
26
- }
27
- },
28
- {
29
- "name": "String",
30
- "scope": "string",
31
- "settings": {
32
- "foreground": "#2AA198"
33
- }
34
- },
35
- {
36
- "name": "Regexp",
37
- "scope": "string.regexp",
38
- "settings": {
39
- "foreground": "#DC322F"
40
- }
41
- },
42
- {
43
- "name": "Number",
44
- "scope": "constant.numeric",
45
- "settings": {
46
- "foreground": "#D33682"
47
- }
48
- },
49
- {
50
- "name": "Variable",
51
- "scope": [
52
- "variable.language",
53
- "variable.other"
54
- ],
55
- "settings": {
56
- "foreground": "#268BD2"
57
- }
58
- },
59
- {
60
- "name": "Keyword",
61
- "scope": "keyword",
62
- "settings": {
63
- "foreground": "#859900"
64
- }
65
- },
66
- {
67
- "name": "Storage",
68
- "scope": "storage",
69
- "settings": {
70
- "fontStyle": "bold",
71
- "foreground": "#586E75"
72
- }
73
- },
74
- {
75
- "name": "Class name",
76
- "scope": [
77
- "entity.name.class",
78
- "entity.name.type",
79
- "entity.name.namespace",
80
- "entity.name.scope-resolution"
81
- ],
82
- "settings": {
83
- "fontStyle": "",
84
- "foreground": "#CB4B16"
85
- }
86
- },
87
- {
88
- "name": "Function name",
89
- "scope": "entity.name.function",
90
- "settings": {
91
- "foreground": "#268BD2"
92
- }
93
- },
94
- {
95
- "name": "Variable start",
96
- "scope": "punctuation.definition.variable",
97
- "settings": {
98
- "foreground": "#859900"
99
- }
100
- },
101
- {
102
- "name": "Embedded code markers",
103
- "scope": [
104
- "punctuation.section.embedded.begin",
105
- "punctuation.section.embedded.end"
106
- ],
107
- "settings": {
108
- "foreground": "#DC322F"
109
- }
110
- },
111
- {
112
- "name": "Built-in constant",
113
- "scope": [
114
- "constant.language",
115
- "meta.preprocessor"
116
- ],
117
- "settings": {
118
- "foreground": "#B58900"
119
- }
120
- },
121
- {
122
- "name": "Support.construct",
123
- "scope": [
124
- "support.function.construct",
125
- "keyword.other.new"
126
- ],
127
- "settings": {
128
- "foreground": "#CB4B16"
129
- }
130
- },
131
- {
132
- "name": "User-defined constant",
133
- "scope": [
134
- "constant.character",
135
- "constant.other"
136
- ],
137
- "settings": {
138
- "foreground": "#CB4B16"
139
- }
140
- },
141
- {
142
- "name": "Inherited class",
143
- "scope": "entity.other.inherited-class",
144
- "settings": {
145
- "foreground": "#6C71C4"
146
- }
147
- },
148
- {
149
- "name": "Function argument",
150
- "scope": "variable.parameter",
151
- "settings": {}
152
- },
153
- {
154
- "name": "Tag name",
155
- "scope": "entity.name.tag",
156
- "settings": {
157
- "foreground": "#268BD2"
158
- }
159
- },
160
- {
161
- "name": "Tag start/end",
162
- "scope": "punctuation.definition.tag",
163
- "settings": {
164
- "foreground": "#93A1A1"
165
- }
166
- },
167
- {
168
- "name": "Tag attribute",
169
- "scope": "entity.other.attribute-name",
170
- "settings": {
171
- "foreground": "#93A1A1"
172
- }
173
- },
174
- {
175
- "name": "Library function",
176
- "scope": "support.function",
177
- "settings": {
178
- "foreground": "#268BD2"
179
- }
180
- },
181
- {
182
- "name": "Continuation",
183
- "scope": "punctuation.separator.continuation",
184
- "settings": {
185
- "foreground": "#DC322F"
186
- }
187
- },
188
- {
189
- "name": "Library constant",
190
- "scope": [
191
- "support.constant",
192
- "support.variable"
193
- ],
194
- "settings": {}
195
- },
196
- {
197
- "name": "Library class/type",
198
- "scope": [
199
- "support.type",
200
- "support.class"
201
- ],
202
- "settings": {
203
- "foreground": "#859900"
204
- }
205
- },
206
- {
207
- "name": "Library Exception",
208
- "scope": "support.type.exception",
209
- "settings": {
210
- "foreground": "#CB4B16"
211
- }
212
- },
213
- {
214
- "name": "Library variable",
215
- "scope": "support.other.variable",
216
- "settings": {}
217
- },
218
- {
219
- "name": "Invalid",
220
- "scope": "invalid",
221
- "settings": {
222
- "foreground": "#DC322F"
223
- }
224
- },
225
- {
226
- "name": "diff: header",
227
- "scope": [
228
- "meta.diff",
229
- "meta.diff.header"
230
- ],
231
- "settings": {
232
- "fontStyle": "italic",
233
- "foreground": "#268BD2"
234
- }
235
- },
236
- {
237
- "name": "diff: deleted",
238
- "scope": "markup.deleted",
239
- "settings": {
240
- "fontStyle": "",
241
- "foreground": "#DC322F"
242
- }
243
- },
244
- {
245
- "name": "diff: changed",
246
- "scope": "markup.changed",
247
- "settings": {
248
- "fontStyle": "",
249
- "foreground": "#CB4B16"
250
- }
251
- },
252
- {
253
- "name": "diff: inserted",
254
- "scope": "markup.inserted",
255
- "settings": {
256
- "foreground": "#859900"
257
- }
258
- },
259
- {
260
- "name": "Markup Quote",
261
- "scope": "markup.quote",
262
- "settings": {
263
- "foreground": "#859900"
264
- }
265
- },
266
- {
267
- "name": "Markup Lists",
268
- "scope": "markup.list",
269
- "settings": {
270
- "foreground": "#B58900"
271
- }
272
- },
273
- {
274
- "name": "Markup Styling",
275
- "scope": [
276
- "markup.bold",
277
- "markup.italic"
278
- ],
279
- "settings": {
280
- "foreground": "#D33682"
281
- }
282
- },
283
- {
284
- "name": "Markup: Strong",
285
- "scope": "markup.bold",
286
- "settings": {
287
- "fontStyle": "bold"
288
- }
289
- },
290
- {
291
- "name": "Markup: Emphasis",
292
- "scope": "markup.italic",
293
- "settings": {
294
- "fontStyle": "italic"
295
- }
296
- },
297
- {
298
- "scope": "markup.strikethrough",
299
- "settings": {
300
- "fontStyle": "strikethrough"
301
- }
302
- },
303
- {
304
- "name": "Markup Inline",
305
- "scope": "markup.inline.raw",
306
- "settings": {
307
- "fontStyle": "",
308
- "foreground": "#2AA198"
309
- }
310
- },
311
- {
312
- "name": "Markup Headings",
313
- "scope": "markup.heading",
314
- "settings": {
315
- "fontStyle": "bold",
316
- "foreground": "#268BD2"
317
- }
318
- },
319
- {
320
- "name": "Markup Setext Header",
321
- "scope": "markup.heading.setext",
322
- "settings": {
323
- "fontStyle": "",
324
- "foreground": "#268BD2"
325
- }
326
- }
327
- ],
328
- "colors": {
329
- // Base
330
- // "foreground": "",
331
- "focusBorder": "#b49471",
332
- // "contrastActiveBorder": "",
333
- // "contrastBorder": "",
334
- // "widget.shadow": "",
335
- "input.background": "#DDD6C1",
336
- // "input.border": "",
337
- "input.foreground": "#586E75",
338
- "input.placeholderForeground": "#586E75AA",
339
- "inputOption.activeBorder": "#D3AF86",
340
- // "inputValidation.infoBorder": "",
341
- // "inputValidation.infoBackground": "",
342
- // "inputValidation.warningBackground": "",
343
- // "inputValidation.warningBorder": "",
344
- // "inputValidation.errorBackground": "",
345
- // "inputValidation.errorBorder": "",
346
- "badge.background": "#B58900AA",
347
- "progressBar.background": "#B58900",
348
- "dropdown.background": "#EEE8D5",
349
- // "dropdown.foreground": "",
350
- "dropdown.border": "#D3AF86",
351
- "button.background": "#AC9D57",
352
- // "button.foreground": "",
353
- "selection.background": "#878b9180",
354
- "list.activeSelectionBackground": "#DFCA88",
355
- "list.activeSelectionForeground": "#6C6C6C",
356
- "quickInputList.focusBackground": "#DFCA8866",
357
- "list.hoverBackground": "#DFCA8844",
358
- "list.inactiveSelectionBackground": "#D1CBB8",
359
- "list.highlightForeground": "#B58900",
360
- // "scrollbar.shadow": "",
361
- // "scrollbarSlider.activeBackground": "",
362
- // "scrollbarSlider.background": "",
363
- // "scrollbarSlider.hoverBackground": "",
364
- // Editor
365
- "editor.background": "#FDF6E3",
366
- "editor.foreground": "#657B83",
367
- "notebook.cellEditorBackground": "#F7F0E0",
368
- "editorWidget.background": "#EEE8D5",
369
- "editorCursor.foreground": "#657B83",
370
- "editorWhitespace.foreground": "#586E7580",
371
- "editor.lineHighlightBackground": "#EEE8D5",
372
- "editor.selectionBackground": "#EEE8D5",
373
- "minimap.selectionHighlight": "#EEE8D5",
374
- "editorIndentGuide.background": "#586E7580",
375
- "editorIndentGuide.activeBackground": "#081E2580",
376
- "editorHoverWidget.background": "#CCC4B0",
377
- "editorLineNumber.activeForeground": "#567983",
378
- // "editorHoverWidget.border": "",
379
- // "editorLineNumber.foreground": "",
380
- // "editorMarkerNavigation.background": "",
381
- // "editorMarkerNavigationError.background": "",
382
- // "editorMarkerNavigationWarning.background": "",
383
- // "editorLink.activeForeground": "",
384
- // "editor.findMatchBackground": "",
385
- // "editor.findMatchHighlightBackground": "",
386
- // "editor.findRangeHighlightBackground": "",
387
- // "editor.hoverHighlightBackground": "",
388
- // "editor.inactiveSelectionBackground": "",
389
- // "editor.lineHighlightBorder": "",
390
- // "editor.rangeHighlightBackground": "",
391
- // "editor.selectionHighlightBackground": "",
392
- // "editor.wordHighlightBackground": "",
393
- // "editor.wordHighlightStrongBackground": "",
394
- // Editor: Suggest Widget
395
- // "editorSuggestWidget.background": "",
396
- // "editorSuggestWidget.border": "",
397
- // "editorSuggestWidget.foreground": "",
398
- // "editorSuggestWidget.highlightForeground": "",
399
- // "editorSuggestWidget.selectedBackground": "",
400
- // Editor: Peek View
401
- "peekViewResult.background": "#EEE8D5",
402
- // "peekViewResult.lineForeground": "",
403
- // "peekViewResult.selectionBackground": "",
404
- // "peekViewResult.selectionForeground": "",
405
- "peekViewEditor.background": "#FFFBF2",
406
- "peekViewTitle.background": "#EEE8D5",
407
- "peekView.border": "#B58900",
408
- "peekViewEditor.matchHighlightBackground": "#7744AA40",
409
- // "peekViewResult.fileForeground": "",
410
- // "peekViewResult.matchHighlightBackground": "",
411
- // "peekViewTitleLabel.foreground": "",
412
- // "peekViewTitleDescription.foreground": "",
413
- // Editor: Diff
414
- // "diffEditor.insertedTextBackground": "",
415
- // "diffEditor.insertedTextBorder": "",
416
- // "diffEditor.removedTextBackground": "",
417
- // "diffEditor.removedTextBorder": "",
418
- // Workbench: Title
419
- "titleBar.activeBackground": "#EEE8D5",
420
- // "titleBar.activeForeground": "",
421
- // "titleBar.inactiveBackground": "",
422
- // "titleBar.inactiveForeground": "",
423
- // Workbench: Editors
424
- // "editorGroupHeader.noTabsBackground": "",
425
- "editorGroup.border": "#DDD6C1",
426
- "editorGroup.dropBackground": "#DDD6C1AA",
427
- "editorGroupHeader.tabsBackground": "#D9D2C2",
428
- // Workbench: Tabs
429
- "tab.border": "#DDD6C1",
430
- "tab.activeBackground": "#FDF6E3",
431
- "tab.inactiveForeground": "#586E75",
432
- "tab.inactiveBackground": "#D3CBB7",
433
- "tab.activeModifiedBorder": "#cb4b16",
434
- // "tab.activeBackground": "",
435
- // "tab.activeForeground": "",
436
- // "tab.inactiveForeground": "",
437
- "tab.lastPinnedBorder": "#FDF6E3",
438
- // Workbench: Activity Bar
439
- "activityBar.background": "#DDD6C1",
440
- "activityBar.foreground": "#584c27",
441
- "activityBarBadge.background": "#B58900",
442
- // "activityBarBadge.foreground": "",
443
- // Workbench: Panel
444
- // "panel.background": "",
445
- "panel.border": "#DDD6C1",
446
- // "panelTitle.activeBorder": "",
447
- // "panelTitle.activeForeground": "",
448
- // "panelTitle.inactiveForeground": "",
449
- // Workbench: Side Bar
450
- "sideBar.background": "#EEE8D5",
451
- "sideBarTitle.foreground": "#586E75",
452
- // "sideBarSectionHeader.background": "",
453
- // Workbench: Status Bar
454
- "statusBar.foreground": "#586E75",
455
- "statusBar.background": "#EEE8D5",
456
- "statusBar.debuggingBackground": "#EEE8D5",
457
- "statusBar.noFolderBackground": "#EEE8D5",
458
- // "statusBar.foreground": "",
459
- "statusBarItem.remoteBackground": "#AC9D57",
460
- "ports.iconRunningProcessForeground": "#2AA19899",
461
- "statusBarItem.prominentBackground": "#DDD6C1",
462
- "statusBarItem.prominentHoverBackground": "#DDD6C199",
463
- // "statusBarItem.activeBackground": "",
464
- // "statusBarItem.hoverBackground": "",
465
- // Workbench: Debug
466
- "debugToolBar.background": "#DDD6C1",
467
- "debugExceptionWidget.background": "#DDD6C1",
468
- "debugExceptionWidget.border": "#AB395B",
469
- // Workbench: Quick Open
470
- "pickerGroup.border": "#2AA19899",
471
- "pickerGroup.foreground": "#2AA19899",
472
- // Extensions
473
- "extensionButton.prominentBackground": "#b58900",
474
- "extensionButton.prominentHoverBackground": "#584c27aa",
475
- // Workbench: Terminal
476
- // Colors sourced from the official palette http://ethanschoonover.com/solarized
477
- "terminal.ansiBlack": "#073642",
478
- "terminal.ansiRed": "#dc322f",
479
- "terminal.ansiGreen": "#859900",
480
- "terminal.ansiYellow": "#b58900",
481
- "terminal.ansiBlue": "#268bd2",
482
- "terminal.ansiMagenta": "#d33682",
483
- "terminal.ansiCyan": "#2aa198",
484
- "terminal.ansiWhite": "#eee8d5",
485
- "terminal.ansiBrightBlack": "#002b36",
486
- "terminal.ansiBrightRed": "#cb4b16",
487
- "terminal.ansiBrightGreen": "#586e75",
488
- "terminal.ansiBrightYellow": "#657b83",
489
- "terminal.ansiBrightBlue": "#839496",
490
- "terminal.ansiBrightMagenta": "#6c71c4",
491
- "terminal.ansiBrightCyan": "#93a1a1",
492
- "terminal.ansiBrightWhite": "#fdf6e3",
493
- // Set terminal background explicitly, otherwise selection becomes invisible when the
494
- // terminal is in the side bar
495
- "terminal.background": "#FDF6E3",
496
- // Interactive Playground
497
- "walkThrough.embeddedEditorBackground": "#00000014"
498
- },
499
- "semanticHighlighting": true
500
- }