@codingame/monaco-vscode-theme-solarized-dark-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-dark",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Solarized Dark",label:"%themeLabel%",uiTheme:"vs-dark",path:"./themes/solarized-dark-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-dark-color-theme.json', new URL('./solarized-dark-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-dark-color-theme.json', new URL('./resources/solarized-dark-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-dark-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-dark","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Solarized Dark","label":"%themeLabel%","uiTheme":"vs-dark","path":"./themes/solarized-dark-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
@@ -0,0 +1 @@
1
+ {"displayName":"Solarized Dark Theme","description":"Solarized dark theme for Visual Studio Code","themeLabel":"Solarized Dark"}
@@ -0,0 +1 @@
1
+ {"name":"Solarized (dark)","tokenColors":[{"settings":{"foreground":"#839496"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown","variable.legacy.builtin.python"],"settings":{"foreground":"#839496"}},{"name":"Comment","scope":"comment","settings":{"fontStyle":"italic","foreground":"#586E75"}},{"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":"#93A1A1"}},{"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":"#586E75"}},{"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":"#2AA19899","selection.background":"#2AA19899","input.background":"#003847","input.foreground":"#93A1A1","input.placeholderForeground":"#93A1A1AA","inputOption.activeBorder":"#2AA19899","inputValidation.infoBorder":"#363b5f","inputValidation.infoBackground":"#052730","inputValidation.warningBackground":"#5d5938","inputValidation.warningBorder":"#9d8a5e","inputValidation.errorBackground":"#571b26","inputValidation.errorBorder":"#a92049","errorForeground":"#ffeaea","badge.background":"#047aa6","progressBar.background":"#047aa6","dropdown.background":"#00212B","dropdown.border":"#2AA19899","button.background":"#2AA19899","list.activeSelectionBackground":"#005A6F","quickInputList.focusBackground":"#005A6F","list.hoverBackground":"#004454AA","list.inactiveSelectionBackground":"#00445488","list.dropBackground":"#00445488","list.highlightForeground":"#1ebcc5","editor.background":"#002B36","editor.foreground":"#839496","editorWidget.background":"#00212B","editorCursor.foreground":"#D30102","editorWhitespace.foreground":"#93A1A180","editor.lineHighlightBackground":"#073642","editorLineNumber.activeForeground":"#949494","editor.selectionBackground":"#274642","minimap.selectionHighlight":"#274642","editorIndentGuide.background":"#93A1A180","editorIndentGuide.activeBackground":"#C3E1E180","editorHoverWidget.background":"#004052","editorMarkerNavigationError.background":"#AB395B","editorMarkerNavigationWarning.background":"#5B7E7A","editor.selectionHighlightBackground":"#005A6FAA","editor.wordHighlightBackground":"#004454AA","editor.wordHighlightStrongBackground":"#005A6FAA","editorBracketHighlight.foreground1":"#cdcdcdff","editorBracketHighlight.foreground2":"#b58900ff","editorBracketHighlight.foreground3":"#d33682ff","peekViewResult.background":"#00212B","peekViewEditor.background":"#10192c","peekViewTitle.background":"#00212B","peekView.border":"#2b2b4a","peekViewEditor.matchHighlightBackground":"#7744AA40","titleBar.activeBackground":"#002C39","editorGroup.border":"#00212B","editorGroup.dropBackground":"#2AA19844","editorGroupHeader.tabsBackground":"#004052","tab.activeForeground":"#d6dbdb","tab.activeBackground":"#002B37","tab.inactiveForeground":"#93A1A1","tab.inactiveBackground":"#004052","tab.border":"#003847","tab.lastPinnedBorder":"#2AA19844","activityBar.background":"#003847","panel.border":"#2b2b4a","sideBar.background":"#00212B","sideBarTitle.foreground":"#93A1A1","statusBar.foreground":"#93A1A1","statusBar.background":"#00212B","statusBar.debuggingBackground":"#00212B","statusBar.noFolderBackground":"#00212B","statusBarItem.remoteBackground":"#2AA19899","ports.iconRunningProcessForeground":"#369432","statusBarItem.prominentBackground":"#003847","statusBarItem.prominentHoverBackground":"#003847","debugToolBar.background":"#00212B","debugExceptionWidget.background":"#00212B","debugExceptionWidget.border":"#AB395B","pickerGroup.foreground":"#2AA19899","pickerGroup.border":"#2AA19899","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"},"semanticHighlighting":true}
package/package.nls.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "displayName": "Solarized Dark Theme",
3
- "description": "Solarized dark theme for Visual Studio Code",
4
- "themeLabel": "Solarized Dark"
5
- }
@@ -1,519 +0,0 @@
1
- {
2
- "name": "Solarized (dark)",
3
- "tokenColors": [
4
- {
5
- "settings": {
6
- "foreground": "#839496"
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": "#839496"
18
- }
19
- },
20
- {
21
- "name": "Comment",
22
- "scope": "comment",
23
- "settings": {
24
- "fontStyle": "italic",
25
- "foreground": "#586E75"
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": "#93A1A1"
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": "#586E75"
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
-
330
- // Base
331
- // "foreground": "",
332
- "focusBorder": "#2AA19899",
333
- // "contrastActiveBorder": "",
334
- // "contrastBorder": "",
335
-
336
- // "widget.shadow": "",
337
-
338
- "selection.background": "#2AA19899",
339
-
340
- "input.background": "#003847",
341
- "input.foreground": "#93A1A1",
342
- "input.placeholderForeground": "#93A1A1AA",
343
- // "input.border": "",
344
-
345
- "inputOption.activeBorder": "#2AA19899",
346
- "inputValidation.infoBorder": "#363b5f",
347
- "inputValidation.infoBackground": "#052730",
348
- "inputValidation.warningBackground": "#5d5938",
349
- "inputValidation.warningBorder": "#9d8a5e",
350
- "inputValidation.errorBackground": "#571b26",
351
- "inputValidation.errorBorder": "#a92049",
352
-
353
- "errorForeground": "#ffeaea",
354
-
355
- "badge.background": "#047aa6",
356
- "progressBar.background": "#047aa6",
357
-
358
- "dropdown.background": "#00212B",
359
- "dropdown.border": "#2AA19899",
360
- // "dropdown.foreground": "",
361
-
362
- "button.background": "#2AA19899",
363
- // "button.foreground": "",
364
-
365
- "list.activeSelectionBackground": "#005A6F",
366
- // "list.activeSelectionForeground": "",
367
- "quickInputList.focusBackground": "#005A6F",
368
- "list.hoverBackground": "#004454AA",
369
- "list.inactiveSelectionBackground": "#00445488",
370
- "list.dropBackground": "#00445488",
371
- "list.highlightForeground": "#1ebcc5",
372
-
373
- // "scrollbar.shadow": "",
374
- // "scrollbarSlider.activeBackground": "",
375
- // "scrollbarSlider.background": "",
376
- // "scrollbarSlider.hoverBackground": "",
377
-
378
- // Editor
379
- "editor.background": "#002B36",
380
- "editor.foreground": "#839496",
381
- "editorWidget.background": "#00212B",
382
- "editorCursor.foreground": "#D30102",
383
- "editorWhitespace.foreground": "#93A1A180",
384
- "editor.lineHighlightBackground": "#073642",
385
- "editorLineNumber.activeForeground": "#949494",
386
- "editor.selectionBackground": "#274642",
387
- "minimap.selectionHighlight": "#274642",
388
- "editorIndentGuide.background": "#93A1A180",
389
- "editorIndentGuide.activeBackground": "#C3E1E180",
390
- "editorHoverWidget.background": "#004052",
391
- // "editorHoverWidget.border": "",
392
- // "editorLineNumber.foreground": "",
393
- // "editorMarkerNavigation.background": "",
394
- "editorMarkerNavigationError.background": "#AB395B",
395
- "editorMarkerNavigationWarning.background": "#5B7E7A",
396
- // "editorLink.activeForeground": "",
397
- // "editor.findMatchBackground": "",
398
- // "editor.findMatchHighlightBackground": "",
399
- // "editor.findRangeHighlightBackground": "",
400
- // "editor.hoverHighlightBackground": "",
401
- // "editor.inactiveSelectionBackground": "",
402
- // "editor.lineHighlightBorder": "",
403
- // "editor.rangeHighlightBackground": "",
404
- "editor.selectionHighlightBackground": "#005A6FAA",
405
- "editor.wordHighlightBackground": "#004454AA",
406
- "editor.wordHighlightStrongBackground": "#005A6FAA",
407
-
408
- // Editor: Colorized Bracket Highlighting
409
- "editorBracketHighlight.foreground1": "#cdcdcdff",
410
- "editorBracketHighlight.foreground2": "#b58900ff",
411
- "editorBracketHighlight.foreground3": "#d33682ff",
412
-
413
- // Editor: Suggest
414
- // "editorSuggestWidget.background": "",
415
- // "editorSuggestWidget.border": "",
416
- // "editorSuggestWidget.foreground": "",
417
- // "editorSuggestWidget.highlightForeground": "",
418
- // "editorSuggestWidget.selectedBackground": "",
419
-
420
- // Editor: Peek View
421
- "peekViewResult.background": "#00212B",
422
- // "peekViewResult.lineForeground": "",
423
- // "peekViewResult.selectionBackground": "",
424
- // "peekViewResult.selectionForeground": "",
425
- "peekViewEditor.background": "#10192c",
426
- "peekViewTitle.background": "#00212B",
427
- "peekView.border": "#2b2b4a",
428
- "peekViewEditor.matchHighlightBackground": "#7744AA40",
429
- // "peekViewResult.fileForeground": "",
430
- // "peekViewResult.matchHighlightBackground": "",
431
- // "peekViewTitleLabel.foreground": "",
432
- // "peekViewTitleDescription.foreground": "",
433
-
434
- // Editor: Diff
435
- // "diffEditor.insertedTextBackground": "",
436
- // "diffEditor.insertedTextBorder": "",
437
- // "diffEditor.removedTextBackground": "",
438
- // "diffEditor.removedTextBorder": "",
439
-
440
- // Workbench: Title
441
- "titleBar.activeBackground": "#002C39",
442
- // "titleBar.inactiveBackground": "",
443
- // "titleBar.activeForeground": "",
444
- // "titleBar.inactiveForeground": "",
445
-
446
- // Workbench: Editors
447
- // "editorGroupHeader.noTabsBackground": "",
448
- "editorGroup.border": "#00212B",
449
- "editorGroup.dropBackground": "#2AA19844",
450
- "editorGroupHeader.tabsBackground": "#004052",
451
-
452
- // Workbench: Tabs
453
- "tab.activeForeground": "#d6dbdb",
454
- "tab.activeBackground": "#002B37",
455
- "tab.inactiveForeground": "#93A1A1",
456
- "tab.inactiveBackground": "#004052",
457
- "tab.border": "#003847",
458
- "tab.lastPinnedBorder": "#2AA19844",
459
-
460
- // Workbench: Activity Bar
461
- "activityBar.background": "#003847",
462
- // "activityBarBadge.background": "",
463
- // "activityBar.foreground": "",
464
- // "activityBarBadge.foreground": "",
465
-
466
- // Workbench: Panel
467
- // "panel.background": "",
468
- "panel.border": "#2b2b4a",
469
- // "panelTitle.activeBorder": "",
470
- // "panelTitle.activeForeground": "",
471
- // "panelTitle.inactiveForeground": "",
472
-
473
- // Workbench: Side Bar
474
- "sideBar.background": "#00212B",
475
- "sideBarTitle.foreground": "#93A1A1",
476
- // "sideBarSectionHeader.background": "",
477
-
478
- // Workbench: Status Bar
479
- "statusBar.foreground": "#93A1A1",
480
- "statusBar.background": "#00212B",
481
- "statusBar.debuggingBackground": "#00212B",
482
- "statusBar.noFolderBackground": "#00212B",
483
- "statusBarItem.remoteBackground": "#2AA19899",
484
- "ports.iconRunningProcessForeground": "#369432",
485
- "statusBarItem.prominentBackground": "#003847",
486
- "statusBarItem.prominentHoverBackground": "#003847",
487
- // "statusBarItem.activeBackground": "",
488
- // "statusBarItem.hoverBackground": "",
489
-
490
- // Workbench: Debug
491
- "debugToolBar.background": "#00212B",
492
- "debugExceptionWidget.background": "#00212B",
493
- "debugExceptionWidget.border": "#AB395B",
494
-
495
- // Workbench: Quick Open
496
- "pickerGroup.foreground": "#2AA19899",
497
- "pickerGroup.border": "#2AA19899",
498
-
499
- // Workbench: Terminal
500
- // Colors sourced from the official palette http://ethanschoonover.com/solarized
501
- "terminal.ansiBlack": "#073642",
502
- "terminal.ansiRed": "#dc322f",
503
- "terminal.ansiGreen": "#859900",
504
- "terminal.ansiYellow": "#b58900",
505
- "terminal.ansiBlue": "#268bd2",
506
- "terminal.ansiMagenta": "#d33682",
507
- "terminal.ansiCyan": "#2aa198",
508
- "terminal.ansiWhite": "#eee8d5",
509
- "terminal.ansiBrightBlack": "#002b36",
510
- "terminal.ansiBrightRed": "#cb4b16",
511
- "terminal.ansiBrightGreen": "#586e75",
512
- "terminal.ansiBrightYellow": "#657b83",
513
- "terminal.ansiBrightBlue": "#839496",
514
- "terminal.ansiBrightMagenta": "#6c71c4",
515
- "terminal.ansiBrightCyan": "#93a1a1",
516
- "terminal.ansiBrightWhite": "#fdf6e3"
517
- },
518
- "semanticHighlighting": true
519
- }