@codingame/monaco-vscode-theme-abyss-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 +3 -2
- package/package.json +2 -2
- package/resources/abyss-color-theme.json +1 -0
- package/resources/package.json +1 -0
- package/resources/package.nls.json +1 -0
- package/abyss-color-theme.json +0 -442
- package/package.nls.json +0 -5
package/index.js
CHANGED
|
@@ -3,7 +3,8 @@ import { registerExtension } from 'vscode/extensions';
|
|
|
3
3
|
var manifest = {name:"theme-abyss",displayName:"%displayName%",description:"%description%",version:"1.0.0",publisher:"vscode",license:"MIT",engines:{vscode:"*"},contributes:{themes:[{id:"Abyss",label:"%themeLabel%",uiTheme:"vs-dark",path:"./themes/abyss-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('
|
|
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/abyss-color-theme.json', new URL('./resources/abyss-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-abyss-default-extension",
|
|
3
|
-
"version": "1.85.
|
|
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.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.3"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"Abyss","tokenColors":[{"settings":{"foreground":"#6688cc"}},{"scope":["meta.embedded","source.groovy.embedded","string meta.image.inline.markdown"],"settings":{"foreground":"#6688cc"}},{"name":"Comment","scope":"comment","settings":{"foreground":"#384887"}},{"name":"String","scope":"string","settings":{"foreground":"#22aa44"}},{"name":"Number","scope":"constant.numeric","settings":{"foreground":"#f280d0"}},{"name":"Built-in constant","scope":"constant.language","settings":{"foreground":"#f280d0"}},{"name":"User-defined constant","scope":["constant.character","constant.other"],"settings":{"foreground":"#f280d0"}},{"name":"Variable","scope":"variable","settings":{"fontStyle":""}},{"name":"Keyword","scope":"keyword","settings":{"foreground":"#225588"}},{"name":"Storage","scope":"storage","settings":{"fontStyle":"","foreground":"#225588"}},{"name":"Storage type","scope":"storage.type","settings":{"fontStyle":"italic","foreground":"#9966b8"}},{"name":"Class name","scope":["entity.name.class","entity.name.type","entity.name.namespace","entity.name.scope-resolution"],"settings":{"fontStyle":"underline","foreground":"#ffeebb"}},{"name":"Inherited class","scope":"entity.other.inherited-class","settings":{"fontStyle":"italic underline","foreground":"#ddbb88"}},{"name":"Function name","scope":"entity.name.function","settings":{"fontStyle":"","foreground":"#ddbb88"}},{"name":"Function argument","scope":"variable.parameter","settings":{"fontStyle":"italic","foreground":"#2277ff"}},{"name":"Tag name","scope":"entity.name.tag","settings":{"fontStyle":"","foreground":"#225588"}},{"name":"Tag attribute","scope":"entity.other.attribute-name","settings":{"fontStyle":"","foreground":"#ddbb88"}},{"name":"Library function","scope":"support.function","settings":{"fontStyle":"","foreground":"#9966b8"}},{"name":"Library constant","scope":"support.constant","settings":{"fontStyle":"","foreground":"#9966b8"}},{"name":"Library class/type","scope":["support.type","support.class"],"settings":{"fontStyle":"italic","foreground":"#9966b8"}},{"name":"Library variable","scope":"support.other.variable","settings":{"fontStyle":""}},{"name":"Invalid","scope":"invalid","settings":{"fontStyle":"","foreground":"#A22D44"}},{"name":"Invalid deprecated","scope":"invalid.deprecated","settings":{"foreground":"#A22D44"}},{"name":"diff: header","scope":["meta.diff","meta.diff.header"],"settings":{"fontStyle":"italic","foreground":"#E0EDDD"}},{"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":"#219186"}},{"name":"Markup Quote","scope":"markup.quote","settings":{"foreground":"#22aa44"}},{"name":"Markup Styling","scope":["markup.bold","markup.italic"],"settings":{"foreground":"#22aa44"}},{"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":"#9966b8"}},{"name":"Markup Headings","scope":["markup.heading","markup.heading.setext"],"settings":{"fontStyle":"bold","foreground":"#6688cc"}}],"colors":{"editor.background":"#000c18","editor.foreground":"#6688cc","focusBorder":"#596F99","input.background":"#181f2f","inputOption.activeBorder":"#1D4A87","inputValidation.infoBorder":"#384078","inputValidation.infoBackground":"#051336","inputValidation.warningBackground":"#5B7E7A","inputValidation.warningBorder":"#5B7E7A","inputValidation.errorBackground":"#A22D44","inputValidation.errorBorder":"#AB395B","badge.background":"#0063a5","progressBar.background":"#0063a5","dropdown.background":"#181f2f","button.background":"#2B3C5D","list.activeSelectionBackground":"#08286b","quickInputList.focusBackground":"#08286b","list.hoverBackground":"#061940","list.inactiveSelectionBackground":"#152037","list.dropBackground":"#041D52","list.highlightForeground":"#0063a5","scrollbar.shadow":"#515E91AA","scrollbarSlider.activeBackground":"#3B3F5188","scrollbarSlider.background":"#1F2230AA","scrollbarSlider.hoverBackground":"#3B3F5188","editorWidget.background":"#262641","editorCursor.foreground":"#ddbb88","editorWhitespace.foreground":"#103050","editor.lineHighlightBackground":"#082050","editor.selectionBackground":"#770811","editorIndentGuide.background":"#002952","editorIndentGuide.activeBackground":"#204972","editorHoverWidget.background":"#000c38","editorHoverWidget.border":"#004c18","editorLineNumber.foreground":"#406385","editorLineNumber.activeForeground":"#80a2c2","editorMarkerNavigation.background":"#060621","editorMarkerNavigationError.background":"#AB395B","editorMarkerNavigationWarning.background":"#5B7E7A","editorLink.activeForeground":"#0063a5","editor.findMatchHighlightBackground":"#eeeeee44","peekViewResult.background":"#060621","peekViewEditor.background":"#10192c","peekViewTitle.background":"#10192c","peekView.border":"#2b2b4a","peekViewEditor.matchHighlightBackground":"#eeeeee33","peekViewResult.matchHighlightBackground":"#eeeeee44","ports.iconRunningProcessForeground":"#80a2c2","diffEditor.insertedTextBackground":"#31958A55","diffEditor.removedTextBackground":"#892F4688","minimap.selectionHighlight":"#750000","titleBar.activeBackground":"#10192c","editorGroup.border":"#2b2b4a","editorGroup.dropBackground":"#25375daa","editorGroupHeader.tabsBackground":"#1c1c2a","tab.border":"#2b2b4a","tab.inactiveBackground":"#10192c","tab.lastPinnedBorder":"#2b3c5d","activityBar.background":"#051336","panel.border":"#2b2b4a","sideBar.background":"#060621","sideBarSectionHeader.background":"#10192c","statusBar.background":"#10192c","statusBar.noFolderBackground":"#10192c","statusBar.debuggingBackground":"#10192c","statusBarItem.remoteBackground":"#0063a5","statusBarItem.prominentBackground":"#0063a5","statusBarItem.prominentHoverBackground":"#0063a5dd","debugToolBar.background":"#051336","debugExceptionWidget.background":"#051336","debugExceptionWidget.border":"#AB395B","pickerGroup.border":"#596F99","pickerGroup.foreground":"#596F99","extensionButton.prominentBackground":"#5f8b3b","extensionButton.prominentHoverBackground":"#5f8b3bbb","terminal.ansiBlack":"#111111","terminal.ansiRed":"#ff9da4","terminal.ansiGreen":"#d1f1a9","terminal.ansiYellow":"#ffeead","terminal.ansiBlue":"#bbdaff","terminal.ansiMagenta":"#ebbbff","terminal.ansiCyan":"#99ffff","terminal.ansiWhite":"#cccccc","terminal.ansiBrightBlack":"#333333","terminal.ansiBrightRed":"#ff7882","terminal.ansiBrightGreen":"#b8f171","terminal.ansiBrightYellow":"#ffe580","terminal.ansiBrightBlue":"#80baff","terminal.ansiBrightMagenta":"#d778ff","terminal.ansiBrightCyan":"#78ffff","terminal.ansiBrightWhite":"#ffffff"},"semanticHighlighting":true}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"name":"theme-abyss","displayName":"%displayName%","description":"%description%","version":"1.0.0","publisher":"vscode","license":"MIT","engines":{"vscode":"*"},"contributes":{"themes":[{"id":"Abyss","label":"%themeLabel%","uiTheme":"vs-dark","path":"./themes/abyss-color-theme.json"}]},"repository":{"type":"git","url":"https://github.com/microsoft/vscode.git"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"displayName":"Abyss Theme","description":"Abyss theme for Visual Studio Code","themeLabel":"Abyss"}
|
package/abyss-color-theme.json
DELETED
|
@@ -1,442 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Abyss",
|
|
3
|
-
"tokenColors": [
|
|
4
|
-
{
|
|
5
|
-
"settings": {
|
|
6
|
-
"foreground": "#6688cc"
|
|
7
|
-
}
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"scope": [
|
|
11
|
-
"meta.embedded",
|
|
12
|
-
"source.groovy.embedded",
|
|
13
|
-
"string meta.image.inline.markdown"
|
|
14
|
-
],
|
|
15
|
-
"settings": {
|
|
16
|
-
"foreground": "#6688cc"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "Comment",
|
|
21
|
-
"scope": "comment",
|
|
22
|
-
"settings": {
|
|
23
|
-
"foreground": "#384887"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "String",
|
|
28
|
-
"scope": "string",
|
|
29
|
-
"settings": {
|
|
30
|
-
"foreground": "#22aa44"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "Number",
|
|
35
|
-
"scope": "constant.numeric",
|
|
36
|
-
"settings": {
|
|
37
|
-
"foreground": "#f280d0"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "Built-in constant",
|
|
42
|
-
"scope": "constant.language",
|
|
43
|
-
"settings": {
|
|
44
|
-
"foreground": "#f280d0"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "User-defined constant",
|
|
49
|
-
"scope": [
|
|
50
|
-
"constant.character",
|
|
51
|
-
"constant.other"
|
|
52
|
-
],
|
|
53
|
-
"settings": {
|
|
54
|
-
"foreground": "#f280d0"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "Variable",
|
|
59
|
-
"scope": "variable",
|
|
60
|
-
"settings": {
|
|
61
|
-
"fontStyle": ""
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "Keyword",
|
|
66
|
-
"scope": "keyword",
|
|
67
|
-
"settings": {
|
|
68
|
-
"foreground": "#225588"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "Storage",
|
|
73
|
-
"scope": "storage",
|
|
74
|
-
"settings": {
|
|
75
|
-
"fontStyle": "",
|
|
76
|
-
"foreground": "#225588"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "Storage type",
|
|
81
|
-
"scope": "storage.type",
|
|
82
|
-
"settings": {
|
|
83
|
-
"fontStyle": "italic",
|
|
84
|
-
"foreground": "#9966b8"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"name": "Class name",
|
|
89
|
-
"scope": [
|
|
90
|
-
"entity.name.class",
|
|
91
|
-
"entity.name.type",
|
|
92
|
-
"entity.name.namespace",
|
|
93
|
-
"entity.name.scope-resolution"
|
|
94
|
-
],
|
|
95
|
-
"settings": {
|
|
96
|
-
"fontStyle": "underline",
|
|
97
|
-
"foreground": "#ffeebb"
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"name": "Inherited class",
|
|
102
|
-
"scope": "entity.other.inherited-class",
|
|
103
|
-
"settings": {
|
|
104
|
-
"fontStyle": "italic underline",
|
|
105
|
-
"foreground": "#ddbb88"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "Function name",
|
|
110
|
-
"scope": "entity.name.function",
|
|
111
|
-
"settings": {
|
|
112
|
-
"fontStyle": "",
|
|
113
|
-
"foreground": "#ddbb88"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "Function argument",
|
|
118
|
-
"scope": "variable.parameter",
|
|
119
|
-
"settings": {
|
|
120
|
-
"fontStyle": "italic",
|
|
121
|
-
"foreground": "#2277ff"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "Tag name",
|
|
126
|
-
"scope": "entity.name.tag",
|
|
127
|
-
"settings": {
|
|
128
|
-
"fontStyle": "",
|
|
129
|
-
"foreground": "#225588"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "Tag attribute",
|
|
134
|
-
"scope": "entity.other.attribute-name",
|
|
135
|
-
"settings": {
|
|
136
|
-
"fontStyle": "",
|
|
137
|
-
"foreground": "#ddbb88"
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "Library function",
|
|
142
|
-
"scope": "support.function",
|
|
143
|
-
"settings": {
|
|
144
|
-
"fontStyle": "",
|
|
145
|
-
"foreground": "#9966b8"
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "Library constant",
|
|
150
|
-
"scope": "support.constant",
|
|
151
|
-
"settings": {
|
|
152
|
-
"fontStyle": "",
|
|
153
|
-
"foreground": "#9966b8"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "Library class/type",
|
|
158
|
-
"scope": [
|
|
159
|
-
"support.type",
|
|
160
|
-
"support.class"
|
|
161
|
-
],
|
|
162
|
-
"settings": {
|
|
163
|
-
"fontStyle": "italic",
|
|
164
|
-
"foreground": "#9966b8"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"name": "Library variable",
|
|
169
|
-
"scope": "support.other.variable",
|
|
170
|
-
"settings": {
|
|
171
|
-
"fontStyle": ""
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "Invalid",
|
|
176
|
-
"scope": "invalid",
|
|
177
|
-
"settings": {
|
|
178
|
-
"fontStyle": "",
|
|
179
|
-
"foreground": "#A22D44"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "Invalid deprecated",
|
|
184
|
-
"scope": "invalid.deprecated",
|
|
185
|
-
"settings": {
|
|
186
|
-
"foreground": "#A22D44"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"name": "diff: header",
|
|
191
|
-
"scope": [
|
|
192
|
-
"meta.diff",
|
|
193
|
-
"meta.diff.header"
|
|
194
|
-
],
|
|
195
|
-
"settings": {
|
|
196
|
-
"fontStyle": "italic",
|
|
197
|
-
"foreground": "#E0EDDD"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "diff: deleted",
|
|
202
|
-
"scope": "markup.deleted",
|
|
203
|
-
"settings": {
|
|
204
|
-
"fontStyle": "",
|
|
205
|
-
"foreground": "#dc322f"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "diff: changed",
|
|
210
|
-
"scope": "markup.changed",
|
|
211
|
-
"settings": {
|
|
212
|
-
"fontStyle": "",
|
|
213
|
-
"foreground": "#cb4b16"
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "diff: inserted",
|
|
218
|
-
"scope": "markup.inserted",
|
|
219
|
-
"settings": {
|
|
220
|
-
"foreground": "#219186"
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"name": "Markup Quote",
|
|
225
|
-
"scope": "markup.quote",
|
|
226
|
-
"settings": {
|
|
227
|
-
"foreground": "#22aa44"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
"name": "Markup Styling",
|
|
232
|
-
"scope": [
|
|
233
|
-
"markup.bold",
|
|
234
|
-
"markup.italic"
|
|
235
|
-
],
|
|
236
|
-
"settings": {
|
|
237
|
-
"foreground": "#22aa44"
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "Markup: Strong",
|
|
242
|
-
"scope": "markup.bold",
|
|
243
|
-
"settings": {
|
|
244
|
-
"fontStyle": "bold"
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"name": "Markup: Emphasis",
|
|
249
|
-
"scope": "markup.italic",
|
|
250
|
-
"settings": {
|
|
251
|
-
"fontStyle": "italic"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"scope": "markup.strikethrough",
|
|
256
|
-
"settings": {
|
|
257
|
-
"fontStyle": "strikethrough"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "Markup Inline",
|
|
262
|
-
"scope": "markup.inline.raw",
|
|
263
|
-
"settings": {
|
|
264
|
-
"fontStyle": "",
|
|
265
|
-
"foreground": "#9966b8"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "Markup Headings",
|
|
270
|
-
"scope": [
|
|
271
|
-
"markup.heading",
|
|
272
|
-
"markup.heading.setext"
|
|
273
|
-
],
|
|
274
|
-
"settings": {
|
|
275
|
-
"fontStyle": "bold",
|
|
276
|
-
"foreground": "#6688cc"
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
],
|
|
280
|
-
"colors": {
|
|
281
|
-
"editor.background": "#000c18",
|
|
282
|
-
"editor.foreground": "#6688cc",
|
|
283
|
-
// Base
|
|
284
|
-
// "foreground": "",
|
|
285
|
-
"focusBorder": "#596F99",
|
|
286
|
-
// "contrastActiveBorder": "",
|
|
287
|
-
// "contrastBorder": "",
|
|
288
|
-
// "widget.shadow": "",
|
|
289
|
-
"input.background": "#181f2f",
|
|
290
|
-
// "input.border": "",
|
|
291
|
-
// "input.foreground": "",
|
|
292
|
-
"inputOption.activeBorder": "#1D4A87",
|
|
293
|
-
"inputValidation.infoBorder": "#384078",
|
|
294
|
-
"inputValidation.infoBackground": "#051336",
|
|
295
|
-
"inputValidation.warningBackground": "#5B7E7A",
|
|
296
|
-
"inputValidation.warningBorder": "#5B7E7A",
|
|
297
|
-
"inputValidation.errorBackground": "#A22D44",
|
|
298
|
-
"inputValidation.errorBorder": "#AB395B",
|
|
299
|
-
"badge.background": "#0063a5",
|
|
300
|
-
"progressBar.background": "#0063a5",
|
|
301
|
-
"dropdown.background": "#181f2f",
|
|
302
|
-
// "dropdown.foreground": "",
|
|
303
|
-
// "dropdown.border": "",
|
|
304
|
-
"button.background": "#2B3C5D",
|
|
305
|
-
// "button.foreground": "",
|
|
306
|
-
"list.activeSelectionBackground": "#08286b",
|
|
307
|
-
// "list.activeSelectionForeground": "",
|
|
308
|
-
"quickInputList.focusBackground": "#08286b",
|
|
309
|
-
"list.hoverBackground": "#061940",
|
|
310
|
-
"list.inactiveSelectionBackground": "#152037",
|
|
311
|
-
"list.dropBackground": "#041D52",
|
|
312
|
-
"list.highlightForeground": "#0063a5",
|
|
313
|
-
"scrollbar.shadow": "#515E91AA",
|
|
314
|
-
"scrollbarSlider.activeBackground": "#3B3F5188",
|
|
315
|
-
"scrollbarSlider.background": "#1F2230AA",
|
|
316
|
-
"scrollbarSlider.hoverBackground": "#3B3F5188",
|
|
317
|
-
// Editor
|
|
318
|
-
"editorWidget.background": "#262641",
|
|
319
|
-
"editorCursor.foreground": "#ddbb88",
|
|
320
|
-
"editorWhitespace.foreground": "#103050",
|
|
321
|
-
"editor.lineHighlightBackground": "#082050",
|
|
322
|
-
"editor.selectionBackground": "#770811",
|
|
323
|
-
"editorIndentGuide.background": "#002952",
|
|
324
|
-
"editorIndentGuide.activeBackground": "#204972",
|
|
325
|
-
"editorHoverWidget.background": "#000c38",
|
|
326
|
-
"editorHoverWidget.border": "#004c18",
|
|
327
|
-
"editorLineNumber.foreground": "#406385",
|
|
328
|
-
"editorLineNumber.activeForeground": "#80a2c2",
|
|
329
|
-
"editorMarkerNavigation.background": "#060621",
|
|
330
|
-
"editorMarkerNavigationError.background": "#AB395B",
|
|
331
|
-
"editorMarkerNavigationWarning.background": "#5B7E7A",
|
|
332
|
-
"editorLink.activeForeground": "#0063a5",
|
|
333
|
-
// "editor.findMatchBackground": "",
|
|
334
|
-
"editor.findMatchHighlightBackground": "#eeeeee44",
|
|
335
|
-
// "editor.findRangeHighlightBackground": "",
|
|
336
|
-
// "editor.hoverHighlightBackground": "",
|
|
337
|
-
// "editor.inactiveSelectionBackground": "",
|
|
338
|
-
// "editor.lineHighlightBorder": "",
|
|
339
|
-
// "editor.rangeHighlightBackground": "",
|
|
340
|
-
// "editor.selectionHighlightBackground": "",
|
|
341
|
-
// "editor.wordHighlightBackground": "",
|
|
342
|
-
// "editor.wordHighlightStrongBackground": "",
|
|
343
|
-
// Editor: Suggest Widget
|
|
344
|
-
// "editorSuggestWidget.background": "",
|
|
345
|
-
// "editorSuggestWidget.border": "",
|
|
346
|
-
// "editorSuggestWidget.foreground": "",
|
|
347
|
-
// "editorSuggestWidget.highlightForeground": "",
|
|
348
|
-
// "editorSuggestWidget.selectedBackground": "",
|
|
349
|
-
// Editor: Peek View
|
|
350
|
-
"peekViewResult.background": "#060621",
|
|
351
|
-
// "peekViewResult.lineForeground": "",
|
|
352
|
-
// "peekViewResult.selectionBackground": "",
|
|
353
|
-
// "peekViewResult.selectionForeground": "",
|
|
354
|
-
"peekViewEditor.background": "#10192c",
|
|
355
|
-
"peekViewTitle.background": "#10192c",
|
|
356
|
-
"peekView.border": "#2b2b4a",
|
|
357
|
-
"peekViewEditor.matchHighlightBackground": "#eeeeee33",
|
|
358
|
-
// "peekViewResult.fileForeground": "",
|
|
359
|
-
"peekViewResult.matchHighlightBackground": "#eeeeee44",
|
|
360
|
-
// "peekViewTitleLabel.foreground": "",
|
|
361
|
-
// "peekViewTitleDescription.foreground": "",
|
|
362
|
-
// Ports
|
|
363
|
-
"ports.iconRunningProcessForeground": "#80a2c2",
|
|
364
|
-
// Editor: Diff
|
|
365
|
-
"diffEditor.insertedTextBackground": "#31958A55",
|
|
366
|
-
// "diffEditor.insertedTextBorder": "",
|
|
367
|
-
"diffEditor.removedTextBackground": "#892F4688",
|
|
368
|
-
// "diffEditor.removedTextBorder": "",
|
|
369
|
-
// Editor: Minimap
|
|
370
|
-
"minimap.selectionHighlight": "#750000",
|
|
371
|
-
// Workbench: Title
|
|
372
|
-
"titleBar.activeBackground": "#10192c",
|
|
373
|
-
// "titleBar.activeForeground": "",
|
|
374
|
-
// "titleBar.inactiveBackground": "",
|
|
375
|
-
// "titleBar.inactiveForeground": "",
|
|
376
|
-
// Workbench: Editors
|
|
377
|
-
// "editorGroupHeader.noTabsBackground": "",
|
|
378
|
-
"editorGroup.border": "#2b2b4a",
|
|
379
|
-
"editorGroup.dropBackground": "#25375daa",
|
|
380
|
-
"editorGroupHeader.tabsBackground": "#1c1c2a",
|
|
381
|
-
// Workbench: Tabs
|
|
382
|
-
"tab.border": "#2b2b4a",
|
|
383
|
-
// "tab.activeBackground": "",
|
|
384
|
-
"tab.inactiveBackground": "#10192c",
|
|
385
|
-
// "tab.activeForeground": "",
|
|
386
|
-
// "tab.inactiveForeground": "",
|
|
387
|
-
"tab.lastPinnedBorder": "#2b3c5d",
|
|
388
|
-
// Workbench: Activity Bar
|
|
389
|
-
"activityBar.background": "#051336",
|
|
390
|
-
// "activityBar.foreground": "",
|
|
391
|
-
// "activityBarBadge.background": "",
|
|
392
|
-
// "activityBarBadge.foreground": "",
|
|
393
|
-
// Workbench: Panel
|
|
394
|
-
// "panel.background": "",
|
|
395
|
-
"panel.border": "#2b2b4a",
|
|
396
|
-
// "panelTitle.activeBorder": "",
|
|
397
|
-
// "panelTitle.activeForeground": "",
|
|
398
|
-
// "panelTitle.inactiveForeground": "",
|
|
399
|
-
// Workbench: Side Bar
|
|
400
|
-
"sideBar.background": "#060621",
|
|
401
|
-
// "sideBarTitle.foreground": "",
|
|
402
|
-
"sideBarSectionHeader.background": "#10192c",
|
|
403
|
-
// Workbench: Status Bar
|
|
404
|
-
"statusBar.background": "#10192c",
|
|
405
|
-
"statusBar.noFolderBackground": "#10192c",
|
|
406
|
-
"statusBar.debuggingBackground": "#10192c",
|
|
407
|
-
// "statusBar.foreground": "",
|
|
408
|
-
"statusBarItem.remoteBackground": "#0063a5",
|
|
409
|
-
"statusBarItem.prominentBackground": "#0063a5",
|
|
410
|
-
"statusBarItem.prominentHoverBackground": "#0063a5dd",
|
|
411
|
-
// "statusBarItem.activeBackground": "",
|
|
412
|
-
// "statusBarItem.hoverBackground": "",
|
|
413
|
-
// Workbench: Debug
|
|
414
|
-
"debugToolBar.background": "#051336",
|
|
415
|
-
"debugExceptionWidget.background": "#051336",
|
|
416
|
-
"debugExceptionWidget.border": "#AB395B",
|
|
417
|
-
// Workbench: Quick Open
|
|
418
|
-
"pickerGroup.border": "#596F99",
|
|
419
|
-
"pickerGroup.foreground": "#596F99",
|
|
420
|
-
// Workbench: Extensions
|
|
421
|
-
"extensionButton.prominentBackground": "#5f8b3b",
|
|
422
|
-
"extensionButton.prominentHoverBackground": "#5f8b3bbb",
|
|
423
|
-
// Workbench: Terminal
|
|
424
|
-
"terminal.ansiBlack": "#111111",
|
|
425
|
-
"terminal.ansiRed": "#ff9da4",
|
|
426
|
-
"terminal.ansiGreen": "#d1f1a9",
|
|
427
|
-
"terminal.ansiYellow": "#ffeead",
|
|
428
|
-
"terminal.ansiBlue": "#bbdaff",
|
|
429
|
-
"terminal.ansiMagenta": "#ebbbff",
|
|
430
|
-
"terminal.ansiCyan": "#99ffff",
|
|
431
|
-
"terminal.ansiWhite": "#cccccc",
|
|
432
|
-
"terminal.ansiBrightBlack": "#333333",
|
|
433
|
-
"terminal.ansiBrightRed": "#ff7882",
|
|
434
|
-
"terminal.ansiBrightGreen": "#b8f171",
|
|
435
|
-
"terminal.ansiBrightYellow": "#ffe580",
|
|
436
|
-
"terminal.ansiBrightBlue": "#80baff",
|
|
437
|
-
"terminal.ansiBrightMagenta": "#d778ff",
|
|
438
|
-
"terminal.ansiBrightCyan": "#78ffff",
|
|
439
|
-
"terminal.ansiBrightWhite": "#ffffff"
|
|
440
|
-
},
|
|
441
|
-
"semanticHighlighting": true
|
|
442
|
-
}
|