tm-themes 1.6.4 → 1.7.0
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/package.json
CHANGED
|
@@ -0,0 +1,656 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.activeBorder": "#ff967d",
|
|
4
|
+
"activityBar.background": "#0a0c10",
|
|
5
|
+
"activityBar.border": "#7a828e",
|
|
6
|
+
"activityBar.foreground": "#f0f3f6",
|
|
7
|
+
"activityBar.inactiveForeground": "#f0f3f6",
|
|
8
|
+
"activityBarBadge.background": "#409eff",
|
|
9
|
+
"activityBarBadge.foreground": "#0a0c10",
|
|
10
|
+
"badge.background": "#409eff",
|
|
11
|
+
"badge.foreground": "#0a0c10",
|
|
12
|
+
"breadcrumb.activeSelectionForeground": "#f0f3f6",
|
|
13
|
+
"breadcrumb.focusForeground": "#f0f3f6",
|
|
14
|
+
"breadcrumb.foreground": "#f0f3f6",
|
|
15
|
+
"breadcrumbPicker.background": "#272b33",
|
|
16
|
+
"button.background": "#09b43a",
|
|
17
|
+
"button.foreground": "#0a0c10",
|
|
18
|
+
"button.hoverBackground": "#26cd4d",
|
|
19
|
+
"button.secondaryBackground": "#4c525d",
|
|
20
|
+
"button.secondaryForeground": "#f0f3f6",
|
|
21
|
+
"button.secondaryHoverBackground": "#525964",
|
|
22
|
+
"checkbox.background": "#272b33",
|
|
23
|
+
"checkbox.border": "#7a828e",
|
|
24
|
+
"debugConsole.errorForeground": "#ffb1af",
|
|
25
|
+
"debugConsole.infoForeground": "#bdc4cc",
|
|
26
|
+
"debugConsole.sourceForeground": "#f7c843",
|
|
27
|
+
"debugConsole.warningForeground": "#f0b72f",
|
|
28
|
+
"debugConsoleInputIcon.foreground": "#cb9eff",
|
|
29
|
+
"debugIcon.breakpointForeground": "#ff6a69",
|
|
30
|
+
"debugTokenExpression.boolean": "#4ae168",
|
|
31
|
+
"debugTokenExpression.error": "#ffb1af",
|
|
32
|
+
"debugTokenExpression.name": "#91cbff",
|
|
33
|
+
"debugTokenExpression.number": "#4ae168",
|
|
34
|
+
"debugTokenExpression.string": "#addcff",
|
|
35
|
+
"debugTokenExpression.value": "#addcff",
|
|
36
|
+
"debugToolBar.background": "#272b33",
|
|
37
|
+
"descriptionForeground": "#f0f3f6",
|
|
38
|
+
"diffEditor.insertedLineBackground": "#09b43a26",
|
|
39
|
+
"diffEditor.insertedTextBackground": "#26cd4d4d",
|
|
40
|
+
"diffEditor.removedLineBackground": "#ff6a6926",
|
|
41
|
+
"diffEditor.removedTextBackground": "#ff94924d",
|
|
42
|
+
"dropdown.background": "#272b33",
|
|
43
|
+
"dropdown.border": "#7a828e",
|
|
44
|
+
"dropdown.foreground": "#f0f3f6",
|
|
45
|
+
"dropdown.listBackground": "#272b33",
|
|
46
|
+
"editor.background": "#0a0c10",
|
|
47
|
+
"editor.findMatchBackground": "#e09b13",
|
|
48
|
+
"editor.findMatchHighlightBackground": "#fbd66980",
|
|
49
|
+
"editor.focusedStackFrameHighlightBackground": "#09b43a",
|
|
50
|
+
"editor.foldBackground": "#9ea7b31a",
|
|
51
|
+
"editor.foreground": "#f0f3f6",
|
|
52
|
+
"editor.inactiveSelectionBackground": "#9ea7b3",
|
|
53
|
+
"editor.lineHighlightBackground": "#9ea7b31a",
|
|
54
|
+
"editor.lineHighlightBorder": "#71b7ff",
|
|
55
|
+
"editor.linkedEditingBackground": "#71b7ff12",
|
|
56
|
+
"editor.selectionBackground": "#ffffff",
|
|
57
|
+
"editor.selectionForeground": "#0a0c10",
|
|
58
|
+
"editor.selectionHighlightBackground": "#26cd4d40",
|
|
59
|
+
"editor.stackFrameHighlightBackground": "#e09b13",
|
|
60
|
+
"editor.wordHighlightBackground": "#9ea7b380",
|
|
61
|
+
"editor.wordHighlightBorder": "#9ea7b399",
|
|
62
|
+
"editor.wordHighlightStrongBackground": "#9ea7b34d",
|
|
63
|
+
"editor.wordHighlightStrongBorder": "#9ea7b399",
|
|
64
|
+
"editorBracketHighlight.foreground1": "#91cbff",
|
|
65
|
+
"editorBracketHighlight.foreground2": "#4ae168",
|
|
66
|
+
"editorBracketHighlight.foreground3": "#f7c843",
|
|
67
|
+
"editorBracketHighlight.foreground4": "#ffb1af",
|
|
68
|
+
"editorBracketHighlight.foreground5": "#ffadd4",
|
|
69
|
+
"editorBracketHighlight.foreground6": "#dbb7ff",
|
|
70
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#f0f3f6",
|
|
71
|
+
"editorBracketMatch.background": "#26cd4d40",
|
|
72
|
+
"editorBracketMatch.border": "#26cd4d99",
|
|
73
|
+
"editorCursor.foreground": "#71b7ff",
|
|
74
|
+
"editorGroup.border": "#7a828e",
|
|
75
|
+
"editorGroupHeader.tabsBackground": "#010409",
|
|
76
|
+
"editorGroupHeader.tabsBorder": "#7a828e",
|
|
77
|
+
"editorGutter.addedBackground": "#09b43a",
|
|
78
|
+
"editorGutter.deletedBackground": "#ff6a69",
|
|
79
|
+
"editorGutter.modifiedBackground": "#e09b13",
|
|
80
|
+
"editorIndentGuide.activeBackground": "#f0f3f63d",
|
|
81
|
+
"editorIndentGuide.background": "#f0f3f61f",
|
|
82
|
+
"editorInlayHint.background": "#bdc4cc33",
|
|
83
|
+
"editorInlayHint.foreground": "#f0f3f6",
|
|
84
|
+
"editorInlayHint.paramBackground": "#bdc4cc33",
|
|
85
|
+
"editorInlayHint.paramForeground": "#f0f3f6",
|
|
86
|
+
"editorInlayHint.typeBackground": "#bdc4cc33",
|
|
87
|
+
"editorInlayHint.typeForeground": "#f0f3f6",
|
|
88
|
+
"editorLineNumber.activeForeground": "#f0f3f6",
|
|
89
|
+
"editorLineNumber.foreground": "#9ea7b3",
|
|
90
|
+
"editorOverviewRuler.border": "#010409",
|
|
91
|
+
"editorWhitespace.foreground": "#7a828e",
|
|
92
|
+
"editorWidget.background": "#272b33",
|
|
93
|
+
"errorForeground": "#ff6a69",
|
|
94
|
+
"focusBorder": "#409eff",
|
|
95
|
+
"foreground": "#f0f3f6",
|
|
96
|
+
"gitDecoration.addedResourceForeground": "#26cd4d",
|
|
97
|
+
"gitDecoration.conflictingResourceForeground": "#e7811d",
|
|
98
|
+
"gitDecoration.deletedResourceForeground": "#ff6a69",
|
|
99
|
+
"gitDecoration.ignoredResourceForeground": "#9ea7b3",
|
|
100
|
+
"gitDecoration.modifiedResourceForeground": "#f0b72f",
|
|
101
|
+
"gitDecoration.submoduleResourceForeground": "#f0f3f6",
|
|
102
|
+
"gitDecoration.untrackedResourceForeground": "#26cd4d",
|
|
103
|
+
"icon.foreground": "#f0f3f6",
|
|
104
|
+
"input.background": "#0a0c10",
|
|
105
|
+
"input.border": "#7a828e",
|
|
106
|
+
"input.foreground": "#f0f3f6",
|
|
107
|
+
"input.placeholderForeground": "#9ea7b3",
|
|
108
|
+
"keybindingLabel.foreground": "#f0f3f6",
|
|
109
|
+
"list.activeSelectionBackground": "#9ea7b366",
|
|
110
|
+
"list.activeSelectionForeground": "#f0f3f6",
|
|
111
|
+
"list.focusBackground": "#409eff26",
|
|
112
|
+
"list.focusForeground": "#f0f3f6",
|
|
113
|
+
"list.highlightForeground": "#71b7ff",
|
|
114
|
+
"list.hoverBackground": "#9ea7b31a",
|
|
115
|
+
"list.hoverForeground": "#f0f3f6",
|
|
116
|
+
"list.inactiveFocusBackground": "#409eff26",
|
|
117
|
+
"list.inactiveSelectionBackground": "#9ea7b366",
|
|
118
|
+
"list.inactiveSelectionForeground": "#f0f3f6",
|
|
119
|
+
"minimapSlider.activeBackground": "#bdc4cc47",
|
|
120
|
+
"minimapSlider.background": "#bdc4cc33",
|
|
121
|
+
"minimapSlider.hoverBackground": "#bdc4cc3d",
|
|
122
|
+
"notificationCenterHeader.background": "#272b33",
|
|
123
|
+
"notificationCenterHeader.foreground": "#f0f3f6",
|
|
124
|
+
"notifications.background": "#272b33",
|
|
125
|
+
"notifications.border": "#7a828e",
|
|
126
|
+
"notifications.foreground": "#f0f3f6",
|
|
127
|
+
"notificationsErrorIcon.foreground": "#ff6a69",
|
|
128
|
+
"notificationsInfoIcon.foreground": "#71b7ff",
|
|
129
|
+
"notificationsWarningIcon.foreground": "#f0b72f",
|
|
130
|
+
"panel.background": "#010409",
|
|
131
|
+
"panel.border": "#7a828e",
|
|
132
|
+
"panelInput.border": "#7a828e",
|
|
133
|
+
"panelTitle.activeBorder": "#ff967d",
|
|
134
|
+
"panelTitle.activeForeground": "#f0f3f6",
|
|
135
|
+
"panelTitle.inactiveForeground": "#f0f3f6",
|
|
136
|
+
"peekViewEditor.background": "#9ea7b31a",
|
|
137
|
+
"peekViewEditor.matchHighlightBackground": "#e09b13",
|
|
138
|
+
"peekViewResult.background": "#0a0c10",
|
|
139
|
+
"peekViewResult.matchHighlightBackground": "#e09b13",
|
|
140
|
+
"pickerGroup.border": "#7a828e",
|
|
141
|
+
"pickerGroup.foreground": "#f0f3f6",
|
|
142
|
+
"progressBar.background": "#409eff",
|
|
143
|
+
"quickInput.background": "#272b33",
|
|
144
|
+
"quickInput.foreground": "#f0f3f6",
|
|
145
|
+
"scrollbar.shadow": "#7a828e33",
|
|
146
|
+
"scrollbarSlider.activeBackground": "#bdc4cc47",
|
|
147
|
+
"scrollbarSlider.background": "#bdc4cc33",
|
|
148
|
+
"scrollbarSlider.hoverBackground": "#bdc4cc3d",
|
|
149
|
+
"settings.headerForeground": "#f0f3f6",
|
|
150
|
+
"settings.modifiedItemIndicator": "#e09b13",
|
|
151
|
+
"sideBar.background": "#010409",
|
|
152
|
+
"sideBar.border": "#7a828e",
|
|
153
|
+
"sideBar.foreground": "#f0f3f6",
|
|
154
|
+
"sideBarSectionHeader.background": "#010409",
|
|
155
|
+
"sideBarSectionHeader.border": "#7a828e",
|
|
156
|
+
"sideBarSectionHeader.foreground": "#f0f3f6",
|
|
157
|
+
"sideBarTitle.foreground": "#f0f3f6",
|
|
158
|
+
"statusBar.background": "#0a0c10",
|
|
159
|
+
"statusBar.border": "#7a828e",
|
|
160
|
+
"statusBar.debuggingBackground": "#ff6a69",
|
|
161
|
+
"statusBar.debuggingForeground": "#0a0c10",
|
|
162
|
+
"statusBar.focusBorder": "#409eff80",
|
|
163
|
+
"statusBar.foreground": "#f0f3f6",
|
|
164
|
+
"statusBar.noFolderBackground": "#0a0c10",
|
|
165
|
+
"statusBarItem.activeBackground": "#f0f3f61f",
|
|
166
|
+
"statusBarItem.focusBorder": "#409eff",
|
|
167
|
+
"statusBarItem.hoverBackground": "#f0f3f614",
|
|
168
|
+
"statusBarItem.prominentBackground": "#9ea7b366",
|
|
169
|
+
"statusBarItem.remoteBackground": "#525964",
|
|
170
|
+
"statusBarItem.remoteForeground": "#f0f3f6",
|
|
171
|
+
"symbolIcon.arrayForeground": "#fe9a2d",
|
|
172
|
+
"symbolIcon.booleanForeground": "#71b7ff",
|
|
173
|
+
"symbolIcon.classForeground": "#fe9a2d",
|
|
174
|
+
"symbolIcon.colorForeground": "#91cbff",
|
|
175
|
+
"symbolIcon.constantForeground": [
|
|
176
|
+
"#acf7b6",
|
|
177
|
+
"#72f088",
|
|
178
|
+
"#4ae168",
|
|
179
|
+
"#26cd4d",
|
|
180
|
+
"#09b43a",
|
|
181
|
+
"#09b43a",
|
|
182
|
+
"#02a232",
|
|
183
|
+
"#008c2c",
|
|
184
|
+
"#007728",
|
|
185
|
+
"#006222"
|
|
186
|
+
],
|
|
187
|
+
"symbolIcon.constructorForeground": "#dbb7ff",
|
|
188
|
+
"symbolIcon.enumeratorForeground": "#fe9a2d",
|
|
189
|
+
"symbolIcon.enumeratorMemberForeground": "#71b7ff",
|
|
190
|
+
"symbolIcon.eventForeground": "#9ea7b3",
|
|
191
|
+
"symbolIcon.fieldForeground": "#fe9a2d",
|
|
192
|
+
"symbolIcon.fileForeground": "#f0b72f",
|
|
193
|
+
"symbolIcon.folderForeground": "#f0b72f",
|
|
194
|
+
"symbolIcon.functionForeground": "#cb9eff",
|
|
195
|
+
"symbolIcon.interfaceForeground": "#fe9a2d",
|
|
196
|
+
"symbolIcon.keyForeground": "#71b7ff",
|
|
197
|
+
"symbolIcon.keywordForeground": "#ff9492",
|
|
198
|
+
"symbolIcon.methodForeground": "#cb9eff",
|
|
199
|
+
"symbolIcon.moduleForeground": "#ff9492",
|
|
200
|
+
"symbolIcon.namespaceForeground": "#ff9492",
|
|
201
|
+
"symbolIcon.nullForeground": "#71b7ff",
|
|
202
|
+
"symbolIcon.numberForeground": "#26cd4d",
|
|
203
|
+
"symbolIcon.objectForeground": "#fe9a2d",
|
|
204
|
+
"symbolIcon.operatorForeground": "#91cbff",
|
|
205
|
+
"symbolIcon.packageForeground": "#fe9a2d",
|
|
206
|
+
"symbolIcon.propertyForeground": "#fe9a2d",
|
|
207
|
+
"symbolIcon.referenceForeground": "#71b7ff",
|
|
208
|
+
"symbolIcon.snippetForeground": "#71b7ff",
|
|
209
|
+
"symbolIcon.stringForeground": "#91cbff",
|
|
210
|
+
"symbolIcon.structForeground": "#fe9a2d",
|
|
211
|
+
"symbolIcon.textForeground": "#91cbff",
|
|
212
|
+
"symbolIcon.typeParameterForeground": "#91cbff",
|
|
213
|
+
"symbolIcon.unitForeground": "#71b7ff",
|
|
214
|
+
"symbolIcon.variableForeground": "#fe9a2d",
|
|
215
|
+
"tab.activeBackground": "#0a0c10",
|
|
216
|
+
"tab.activeBorder": "#0a0c10",
|
|
217
|
+
"tab.activeBorderTop": "#ff967d",
|
|
218
|
+
"tab.activeForeground": "#f0f3f6",
|
|
219
|
+
"tab.border": "#7a828e",
|
|
220
|
+
"tab.hoverBackground": "#0a0c10",
|
|
221
|
+
"tab.inactiveBackground": "#010409",
|
|
222
|
+
"tab.inactiveForeground": "#f0f3f6",
|
|
223
|
+
"tab.unfocusedActiveBorder": "#0a0c10",
|
|
224
|
+
"tab.unfocusedActiveBorderTop": "#7a828e",
|
|
225
|
+
"tab.unfocusedHoverBackground": "#9ea7b31a",
|
|
226
|
+
"terminal.ansiBlack": "#7a828e",
|
|
227
|
+
"terminal.ansiBlue": "#71b7ff",
|
|
228
|
+
"terminal.ansiBrightBlack": "#9ea7b3",
|
|
229
|
+
"terminal.ansiBrightBlue": "#91cbff",
|
|
230
|
+
"terminal.ansiBrightCyan": "#56d4dd",
|
|
231
|
+
"terminal.ansiBrightGreen": "#4ae168",
|
|
232
|
+
"terminal.ansiBrightMagenta": "#dbb7ff",
|
|
233
|
+
"terminal.ansiBrightRed": "#ffb1af",
|
|
234
|
+
"terminal.ansiBrightWhite": "#ffffff",
|
|
235
|
+
"terminal.ansiBrightYellow": "#f7c843",
|
|
236
|
+
"terminal.ansiCyan": "#39c5cf",
|
|
237
|
+
"terminal.ansiGreen": "#26cd4d",
|
|
238
|
+
"terminal.ansiMagenta": "#cb9eff",
|
|
239
|
+
"terminal.ansiRed": "#ff9492",
|
|
240
|
+
"terminal.ansiWhite": "#d9dee3",
|
|
241
|
+
"terminal.ansiYellow": "#f0b72f",
|
|
242
|
+
"terminal.foreground": "#f0f3f6",
|
|
243
|
+
"textBlockQuote.background": "#010409",
|
|
244
|
+
"textBlockQuote.border": "#7a828e",
|
|
245
|
+
"textCodeBlock.background": "#9ea7b366",
|
|
246
|
+
"textLink.activeForeground": "#71b7ff",
|
|
247
|
+
"textLink.foreground": "#71b7ff",
|
|
248
|
+
"textPreformat.foreground": "#f0f3f6",
|
|
249
|
+
"textSeparator.foreground": "#7a828e",
|
|
250
|
+
"titleBar.activeBackground": "#0a0c10",
|
|
251
|
+
"titleBar.activeForeground": "#f0f3f6",
|
|
252
|
+
"titleBar.border": "#7a828e",
|
|
253
|
+
"titleBar.inactiveBackground": "#010409",
|
|
254
|
+
"titleBar.inactiveForeground": "#f0f3f6",
|
|
255
|
+
"tree.indentGuidesStroke": "#7a828e",
|
|
256
|
+
"welcomePage.buttonBackground": "#272b33",
|
|
257
|
+
"welcomePage.buttonHoverBackground": "#525964"
|
|
258
|
+
},
|
|
259
|
+
"displayName": "GitHub Dark High Contrast",
|
|
260
|
+
"name": "github-dark-high-contrast",
|
|
261
|
+
"semanticHighlighting": true,
|
|
262
|
+
"tokenColors": [
|
|
263
|
+
{
|
|
264
|
+
"scope": [
|
|
265
|
+
"comment",
|
|
266
|
+
"punctuation.definition.comment",
|
|
267
|
+
"string.comment"
|
|
268
|
+
],
|
|
269
|
+
"settings": {
|
|
270
|
+
"foreground": "#bdc4cc"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"scope": [
|
|
275
|
+
"constant.other.placeholder",
|
|
276
|
+
"constant.character"
|
|
277
|
+
],
|
|
278
|
+
"settings": {
|
|
279
|
+
"foreground": "#ff9492"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"scope": [
|
|
284
|
+
"constant",
|
|
285
|
+
"entity.name.constant",
|
|
286
|
+
"variable.other.constant",
|
|
287
|
+
"variable.other.enummember",
|
|
288
|
+
"variable.language",
|
|
289
|
+
"entity"
|
|
290
|
+
],
|
|
291
|
+
"settings": {
|
|
292
|
+
"foreground": "#91cbff"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"scope": [
|
|
297
|
+
"entity.name",
|
|
298
|
+
"meta.export.default",
|
|
299
|
+
"meta.definition.variable"
|
|
300
|
+
],
|
|
301
|
+
"settings": {
|
|
302
|
+
"foreground": "#ffb757"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"scope": [
|
|
307
|
+
"variable.parameter.function",
|
|
308
|
+
"meta.jsx.children",
|
|
309
|
+
"meta.block",
|
|
310
|
+
"meta.tag.attributes",
|
|
311
|
+
"entity.name.constant",
|
|
312
|
+
"meta.object.member",
|
|
313
|
+
"meta.embedded.expression"
|
|
314
|
+
],
|
|
315
|
+
"settings": {
|
|
316
|
+
"foreground": "#f0f3f6"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"scope": "entity.name.function",
|
|
321
|
+
"settings": {
|
|
322
|
+
"foreground": "#dbb7ff"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"scope": [
|
|
327
|
+
"entity.name.tag",
|
|
328
|
+
"support.class.component"
|
|
329
|
+
],
|
|
330
|
+
"settings": {
|
|
331
|
+
"foreground": "#72f088"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"scope": "keyword",
|
|
336
|
+
"settings": {
|
|
337
|
+
"foreground": "#ff9492"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"scope": [
|
|
342
|
+
"storage",
|
|
343
|
+
"storage.type"
|
|
344
|
+
],
|
|
345
|
+
"settings": {
|
|
346
|
+
"foreground": "#ff9492"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"scope": [
|
|
351
|
+
"storage.modifier.package",
|
|
352
|
+
"storage.modifier.import",
|
|
353
|
+
"storage.type.java"
|
|
354
|
+
],
|
|
355
|
+
"settings": {
|
|
356
|
+
"foreground": "#f0f3f6"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"scope": [
|
|
361
|
+
"string",
|
|
362
|
+
"string punctuation.section.embedded source"
|
|
363
|
+
],
|
|
364
|
+
"settings": {
|
|
365
|
+
"foreground": "#addcff"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"scope": "support",
|
|
370
|
+
"settings": {
|
|
371
|
+
"foreground": "#91cbff"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"scope": "meta.property-name",
|
|
376
|
+
"settings": {
|
|
377
|
+
"foreground": "#91cbff"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"scope": "variable",
|
|
382
|
+
"settings": {
|
|
383
|
+
"foreground": "#ffb757"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"scope": "variable.other",
|
|
388
|
+
"settings": {
|
|
389
|
+
"foreground": "#f0f3f6"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"scope": "invalid.broken",
|
|
394
|
+
"settings": {
|
|
395
|
+
"fontStyle": "italic",
|
|
396
|
+
"foreground": "#ffb1af"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"scope": "invalid.deprecated",
|
|
401
|
+
"settings": {
|
|
402
|
+
"fontStyle": "italic",
|
|
403
|
+
"foreground": "#ffb1af"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"scope": "invalid.illegal",
|
|
408
|
+
"settings": {
|
|
409
|
+
"fontStyle": "italic",
|
|
410
|
+
"foreground": "#ffb1af"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"scope": "invalid.unimplemented",
|
|
415
|
+
"settings": {
|
|
416
|
+
"fontStyle": "italic",
|
|
417
|
+
"foreground": "#ffb1af"
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"scope": "carriage-return",
|
|
422
|
+
"settings": {
|
|
423
|
+
"background": "#ff9492",
|
|
424
|
+
"content": "^M",
|
|
425
|
+
"fontStyle": "italic underline",
|
|
426
|
+
"foreground": "#ffffff"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"scope": "message.error",
|
|
431
|
+
"settings": {
|
|
432
|
+
"foreground": "#ffb1af"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"scope": "string variable",
|
|
437
|
+
"settings": {
|
|
438
|
+
"foreground": "#91cbff"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"scope": [
|
|
443
|
+
"source.regexp",
|
|
444
|
+
"string.regexp"
|
|
445
|
+
],
|
|
446
|
+
"settings": {
|
|
447
|
+
"foreground": "#addcff"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"scope": [
|
|
452
|
+
"string.regexp.character-class",
|
|
453
|
+
"string.regexp constant.character.escape",
|
|
454
|
+
"string.regexp source.ruby.embedded",
|
|
455
|
+
"string.regexp string.regexp.arbitrary-repitition"
|
|
456
|
+
],
|
|
457
|
+
"settings": {
|
|
458
|
+
"foreground": "#addcff"
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"scope": "string.regexp constant.character.escape",
|
|
463
|
+
"settings": {
|
|
464
|
+
"fontStyle": "bold",
|
|
465
|
+
"foreground": "#72f088"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"scope": "support.constant",
|
|
470
|
+
"settings": {
|
|
471
|
+
"foreground": "#91cbff"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"scope": "support.variable",
|
|
476
|
+
"settings": {
|
|
477
|
+
"foreground": "#91cbff"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"scope": "support.type.property-name.json",
|
|
482
|
+
"settings": {
|
|
483
|
+
"foreground": "#72f088"
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"scope": "meta.module-reference",
|
|
488
|
+
"settings": {
|
|
489
|
+
"foreground": "#91cbff"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"scope": "punctuation.definition.list.begin.markdown",
|
|
494
|
+
"settings": {
|
|
495
|
+
"foreground": "#ffb757"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"scope": [
|
|
500
|
+
"markup.heading",
|
|
501
|
+
"markup.heading entity.name"
|
|
502
|
+
],
|
|
503
|
+
"settings": {
|
|
504
|
+
"fontStyle": "bold",
|
|
505
|
+
"foreground": "#91cbff"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"scope": "markup.quote",
|
|
510
|
+
"settings": {
|
|
511
|
+
"foreground": "#72f088"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"scope": "markup.italic",
|
|
516
|
+
"settings": {
|
|
517
|
+
"fontStyle": "italic",
|
|
518
|
+
"foreground": "#f0f3f6"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"scope": "markup.bold",
|
|
523
|
+
"settings": {
|
|
524
|
+
"fontStyle": "bold",
|
|
525
|
+
"foreground": "#f0f3f6"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"scope": [
|
|
530
|
+
"markup.underline"
|
|
531
|
+
],
|
|
532
|
+
"settings": {
|
|
533
|
+
"fontStyle": "underline"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"scope": [
|
|
538
|
+
"markup.strikethrough"
|
|
539
|
+
],
|
|
540
|
+
"settings": {
|
|
541
|
+
"fontStyle": "strikethrough"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"scope": "markup.inline.raw",
|
|
546
|
+
"settings": {
|
|
547
|
+
"foreground": "#91cbff"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"scope": [
|
|
552
|
+
"markup.deleted",
|
|
553
|
+
"meta.diff.header.from-file",
|
|
554
|
+
"punctuation.definition.deleted"
|
|
555
|
+
],
|
|
556
|
+
"settings": {
|
|
557
|
+
"background": "#ad0116",
|
|
558
|
+
"foreground": "#ffb1af"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"scope": [
|
|
563
|
+
"punctuation.section.embedded"
|
|
564
|
+
],
|
|
565
|
+
"settings": {
|
|
566
|
+
"foreground": "#ff9492"
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"scope": [
|
|
571
|
+
"markup.inserted",
|
|
572
|
+
"meta.diff.header.to-file",
|
|
573
|
+
"punctuation.definition.inserted"
|
|
574
|
+
],
|
|
575
|
+
"settings": {
|
|
576
|
+
"background": "#006222",
|
|
577
|
+
"foreground": "#72f088"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"scope": [
|
|
582
|
+
"markup.changed",
|
|
583
|
+
"punctuation.definition.changed"
|
|
584
|
+
],
|
|
585
|
+
"settings": {
|
|
586
|
+
"background": "#a74c00",
|
|
587
|
+
"foreground": "#ffb757"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"scope": [
|
|
592
|
+
"markup.ignored",
|
|
593
|
+
"markup.untracked"
|
|
594
|
+
],
|
|
595
|
+
"settings": {
|
|
596
|
+
"background": "#91cbff",
|
|
597
|
+
"foreground": "#272b33"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"scope": "meta.diff.range",
|
|
602
|
+
"settings": {
|
|
603
|
+
"fontStyle": "bold",
|
|
604
|
+
"foreground": "#dbb7ff"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"scope": "meta.diff.header",
|
|
609
|
+
"settings": {
|
|
610
|
+
"foreground": "#91cbff"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"scope": "meta.separator",
|
|
615
|
+
"settings": {
|
|
616
|
+
"fontStyle": "bold",
|
|
617
|
+
"foreground": "#91cbff"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"scope": "meta.output",
|
|
622
|
+
"settings": {
|
|
623
|
+
"foreground": "#91cbff"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"scope": [
|
|
628
|
+
"brackethighlighter.tag",
|
|
629
|
+
"brackethighlighter.curly",
|
|
630
|
+
"brackethighlighter.round",
|
|
631
|
+
"brackethighlighter.square",
|
|
632
|
+
"brackethighlighter.angle",
|
|
633
|
+
"brackethighlighter.quote"
|
|
634
|
+
],
|
|
635
|
+
"settings": {
|
|
636
|
+
"foreground": "#bdc4cc"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"scope": "brackethighlighter.unmatched",
|
|
641
|
+
"settings": {
|
|
642
|
+
"foreground": "#ffb1af"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"scope": [
|
|
647
|
+
"constant.other.reference.link",
|
|
648
|
+
"string.other.link"
|
|
649
|
+
],
|
|
650
|
+
"settings": {
|
|
651
|
+
"foreground": "#addcff"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
],
|
|
655
|
+
"type": "dark"
|
|
656
|
+
}
|
|
@@ -0,0 +1,640 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.activeBorder": "#ef5b48",
|
|
4
|
+
"activityBar.background": "#ffffff",
|
|
5
|
+
"activityBar.border": "#20252c",
|
|
6
|
+
"activityBar.foreground": "#0e1116",
|
|
7
|
+
"activityBar.inactiveForeground": "#0e1116",
|
|
8
|
+
"activityBarBadge.background": "#0349b4",
|
|
9
|
+
"activityBarBadge.foreground": "#ffffff",
|
|
10
|
+
"badge.background": "#0349b4",
|
|
11
|
+
"badge.foreground": "#ffffff",
|
|
12
|
+
"breadcrumb.activeSelectionForeground": "#0e1116",
|
|
13
|
+
"breadcrumb.focusForeground": "#0e1116",
|
|
14
|
+
"breadcrumb.foreground": "#0e1116",
|
|
15
|
+
"breadcrumbPicker.background": "#ffffff",
|
|
16
|
+
"button.background": "#055d20",
|
|
17
|
+
"button.foreground": "#ffffff",
|
|
18
|
+
"button.hoverBackground": "#024c1a",
|
|
19
|
+
"button.secondaryBackground": "#acb6c0",
|
|
20
|
+
"button.secondaryForeground": "#0e1116",
|
|
21
|
+
"button.secondaryHoverBackground": "#ced5dc",
|
|
22
|
+
"checkbox.background": "#e7ecf0",
|
|
23
|
+
"checkbox.border": "#20252c",
|
|
24
|
+
"debugConsole.errorForeground": "#a0111f",
|
|
25
|
+
"debugConsole.infoForeground": "#4b535d",
|
|
26
|
+
"debugConsole.sourceForeground": "#744500",
|
|
27
|
+
"debugConsole.warningForeground": "#603700",
|
|
28
|
+
"debugConsoleInputIcon.foreground": "#512598",
|
|
29
|
+
"debugIcon.breakpointForeground": "#a0111f",
|
|
30
|
+
"debugTokenExpression.boolean": "#024c1a",
|
|
31
|
+
"debugTokenExpression.error": "#86061d",
|
|
32
|
+
"debugTokenExpression.name": "#023b95",
|
|
33
|
+
"debugTokenExpression.number": "#024c1a",
|
|
34
|
+
"debugTokenExpression.string": "#032563",
|
|
35
|
+
"debugTokenExpression.value": "#032563",
|
|
36
|
+
"debugToolBar.background": "#ffffff",
|
|
37
|
+
"descriptionForeground": "#0e1116",
|
|
38
|
+
"diffEditor.insertedLineBackground": "#82e5964d",
|
|
39
|
+
"diffEditor.insertedTextBackground": "#43c66380",
|
|
40
|
+
"diffEditor.removedLineBackground": "#ffc1bc4d",
|
|
41
|
+
"diffEditor.removedTextBackground": "#ee5a5d66",
|
|
42
|
+
"dropdown.background": "#ffffff",
|
|
43
|
+
"dropdown.border": "#20252c",
|
|
44
|
+
"dropdown.foreground": "#0e1116",
|
|
45
|
+
"dropdown.listBackground": "#ffffff",
|
|
46
|
+
"editor.background": "#ffffff",
|
|
47
|
+
"editor.findMatchBackground": "#744500",
|
|
48
|
+
"editor.findMatchHighlightBackground": "#f0ce5380",
|
|
49
|
+
"editor.focusedStackFrameHighlightBackground": "#26a148",
|
|
50
|
+
"editor.foldBackground": "#66707b1a",
|
|
51
|
+
"editor.foreground": "#0e1116",
|
|
52
|
+
"editor.inactiveSelectionBackground": "#66707b",
|
|
53
|
+
"editor.lineHighlightBackground": "#e7ecf0",
|
|
54
|
+
"editor.linkedEditingBackground": "#0349b412",
|
|
55
|
+
"editor.selectionBackground": "#0e1116",
|
|
56
|
+
"editor.selectionForeground": "#ffffff",
|
|
57
|
+
"editor.selectionHighlightBackground": "#26a14840",
|
|
58
|
+
"editor.stackFrameHighlightBackground": "#b58407",
|
|
59
|
+
"editor.wordHighlightBackground": "#e7ecf080",
|
|
60
|
+
"editor.wordHighlightBorder": "#acb6c099",
|
|
61
|
+
"editor.wordHighlightStrongBackground": "#acb6c04d",
|
|
62
|
+
"editor.wordHighlightStrongBorder": "#acb6c099",
|
|
63
|
+
"editorBracketHighlight.foreground1": "#0349b4",
|
|
64
|
+
"editorBracketHighlight.foreground2": "#055d20",
|
|
65
|
+
"editorBracketHighlight.foreground3": "#744500",
|
|
66
|
+
"editorBracketHighlight.foreground4": "#a0111f",
|
|
67
|
+
"editorBracketHighlight.foreground5": "#971368",
|
|
68
|
+
"editorBracketHighlight.foreground6": "#622cbc",
|
|
69
|
+
"editorBracketHighlight.unexpectedBracket.foreground": "#0e1116",
|
|
70
|
+
"editorBracketMatch.background": "#26a14840",
|
|
71
|
+
"editorBracketMatch.border": "#26a14899",
|
|
72
|
+
"editorCursor.foreground": "#0349b4",
|
|
73
|
+
"editorGroup.border": "#20252c",
|
|
74
|
+
"editorGroupHeader.tabsBackground": "#ffffff",
|
|
75
|
+
"editorGroupHeader.tabsBorder": "#20252c",
|
|
76
|
+
"editorGutter.addedBackground": "#26a148",
|
|
77
|
+
"editorGutter.deletedBackground": "#ee5a5d",
|
|
78
|
+
"editorGutter.modifiedBackground": "#b58407",
|
|
79
|
+
"editorIndentGuide.activeBackground": "#0e11163d",
|
|
80
|
+
"editorIndentGuide.background": "#0e11161f",
|
|
81
|
+
"editorInlayHint.background": "#acb6c033",
|
|
82
|
+
"editorInlayHint.foreground": "#0e1116",
|
|
83
|
+
"editorInlayHint.paramBackground": "#acb6c033",
|
|
84
|
+
"editorInlayHint.paramForeground": "#0e1116",
|
|
85
|
+
"editorInlayHint.typeBackground": "#acb6c033",
|
|
86
|
+
"editorInlayHint.typeForeground": "#0e1116",
|
|
87
|
+
"editorLineNumber.activeForeground": "#0e1116",
|
|
88
|
+
"editorLineNumber.foreground": "#88929d",
|
|
89
|
+
"editorOverviewRuler.border": "#ffffff",
|
|
90
|
+
"editorWhitespace.foreground": "#acb6c0",
|
|
91
|
+
"editorWidget.background": "#ffffff",
|
|
92
|
+
"errorForeground": "#a0111f",
|
|
93
|
+
"focusBorder": "#0349b4",
|
|
94
|
+
"foreground": "#0e1116",
|
|
95
|
+
"gitDecoration.addedResourceForeground": "#055d20",
|
|
96
|
+
"gitDecoration.conflictingResourceForeground": "#873800",
|
|
97
|
+
"gitDecoration.deletedResourceForeground": "#a0111f",
|
|
98
|
+
"gitDecoration.ignoredResourceForeground": "#66707b",
|
|
99
|
+
"gitDecoration.modifiedResourceForeground": "#744500",
|
|
100
|
+
"gitDecoration.submoduleResourceForeground": "#0e1116",
|
|
101
|
+
"gitDecoration.untrackedResourceForeground": "#055d20",
|
|
102
|
+
"icon.foreground": "#0e1116",
|
|
103
|
+
"input.background": "#ffffff",
|
|
104
|
+
"input.border": "#20252c",
|
|
105
|
+
"input.foreground": "#0e1116",
|
|
106
|
+
"input.placeholderForeground": "#66707b",
|
|
107
|
+
"keybindingLabel.foreground": "#0e1116",
|
|
108
|
+
"list.activeSelectionBackground": "#acb6c033",
|
|
109
|
+
"list.activeSelectionForeground": "#0e1116",
|
|
110
|
+
"list.focusBackground": "#dff7ff",
|
|
111
|
+
"list.focusForeground": "#0e1116",
|
|
112
|
+
"list.highlightForeground": "#0349b4",
|
|
113
|
+
"list.hoverBackground": "#e7ecf0",
|
|
114
|
+
"list.hoverForeground": "#0e1116",
|
|
115
|
+
"list.inactiveFocusBackground": "#dff7ff",
|
|
116
|
+
"list.inactiveSelectionBackground": "#acb6c033",
|
|
117
|
+
"list.inactiveSelectionForeground": "#0e1116",
|
|
118
|
+
"minimapSlider.activeBackground": "#88929d47",
|
|
119
|
+
"minimapSlider.background": "#88929d33",
|
|
120
|
+
"minimapSlider.hoverBackground": "#88929d3d",
|
|
121
|
+
"notificationCenterHeader.background": "#e7ecf0",
|
|
122
|
+
"notificationCenterHeader.foreground": "#0e1116",
|
|
123
|
+
"notifications.background": "#ffffff",
|
|
124
|
+
"notifications.border": "#20252c",
|
|
125
|
+
"notifications.foreground": "#0e1116",
|
|
126
|
+
"notificationsErrorIcon.foreground": "#a0111f",
|
|
127
|
+
"notificationsInfoIcon.foreground": "#0349b4",
|
|
128
|
+
"notificationsWarningIcon.foreground": "#744500",
|
|
129
|
+
"panel.background": "#ffffff",
|
|
130
|
+
"panel.border": "#20252c",
|
|
131
|
+
"panelInput.border": "#20252c",
|
|
132
|
+
"panelTitle.activeBorder": "#ef5b48",
|
|
133
|
+
"panelTitle.activeForeground": "#0e1116",
|
|
134
|
+
"panelTitle.inactiveForeground": "#0e1116",
|
|
135
|
+
"pickerGroup.border": "#20252c",
|
|
136
|
+
"pickerGroup.foreground": "#0e1116",
|
|
137
|
+
"progressBar.background": "#0349b4",
|
|
138
|
+
"quickInput.background": "#ffffff",
|
|
139
|
+
"quickInput.foreground": "#0e1116",
|
|
140
|
+
"scrollbar.shadow": "#66707b33",
|
|
141
|
+
"scrollbarSlider.activeBackground": "#88929d47",
|
|
142
|
+
"scrollbarSlider.background": "#88929d33",
|
|
143
|
+
"scrollbarSlider.hoverBackground": "#88929d3d",
|
|
144
|
+
"settings.headerForeground": "#0e1116",
|
|
145
|
+
"settings.modifiedItemIndicator": "#b58407",
|
|
146
|
+
"sideBar.background": "#ffffff",
|
|
147
|
+
"sideBar.border": "#20252c",
|
|
148
|
+
"sideBar.foreground": "#0e1116",
|
|
149
|
+
"sideBarSectionHeader.background": "#ffffff",
|
|
150
|
+
"sideBarSectionHeader.border": "#20252c",
|
|
151
|
+
"sideBarSectionHeader.foreground": "#0e1116",
|
|
152
|
+
"sideBarTitle.foreground": "#0e1116",
|
|
153
|
+
"statusBar.background": "#ffffff",
|
|
154
|
+
"statusBar.border": "#20252c",
|
|
155
|
+
"statusBar.debuggingBackground": "#a0111f",
|
|
156
|
+
"statusBar.debuggingForeground": "#ffffff",
|
|
157
|
+
"statusBar.focusBorder": "#0349b480",
|
|
158
|
+
"statusBar.foreground": "#0e1116",
|
|
159
|
+
"statusBar.noFolderBackground": "#ffffff",
|
|
160
|
+
"statusBarItem.activeBackground": "#0e11161f",
|
|
161
|
+
"statusBarItem.focusBorder": "#0349b4",
|
|
162
|
+
"statusBarItem.hoverBackground": "#0e111614",
|
|
163
|
+
"statusBarItem.prominentBackground": "#acb6c033",
|
|
164
|
+
"statusBarItem.remoteBackground": "#e7ecf0",
|
|
165
|
+
"statusBarItem.remoteForeground": "#0e1116",
|
|
166
|
+
"symbolIcon.arrayForeground": "#702c00",
|
|
167
|
+
"symbolIcon.booleanForeground": "#023b95",
|
|
168
|
+
"symbolIcon.classForeground": "#702c00",
|
|
169
|
+
"symbolIcon.colorForeground": "#032563",
|
|
170
|
+
"symbolIcon.constantForeground": "#024c1a",
|
|
171
|
+
"symbolIcon.constructorForeground": "#341763",
|
|
172
|
+
"symbolIcon.enumeratorForeground": "#702c00",
|
|
173
|
+
"symbolIcon.enumeratorMemberForeground": "#023b95",
|
|
174
|
+
"symbolIcon.eventForeground": "#4b535d",
|
|
175
|
+
"symbolIcon.fieldForeground": "#702c00",
|
|
176
|
+
"symbolIcon.fileForeground": "#603700",
|
|
177
|
+
"symbolIcon.folderForeground": "#603700",
|
|
178
|
+
"symbolIcon.functionForeground": "#512598",
|
|
179
|
+
"symbolIcon.interfaceForeground": "#702c00",
|
|
180
|
+
"symbolIcon.keyForeground": "#023b95",
|
|
181
|
+
"symbolIcon.keywordForeground": "#86061d",
|
|
182
|
+
"symbolIcon.methodForeground": "#512598",
|
|
183
|
+
"symbolIcon.moduleForeground": "#86061d",
|
|
184
|
+
"symbolIcon.namespaceForeground": "#86061d",
|
|
185
|
+
"symbolIcon.nullForeground": "#023b95",
|
|
186
|
+
"symbolIcon.numberForeground": "#024c1a",
|
|
187
|
+
"symbolIcon.objectForeground": "#702c00",
|
|
188
|
+
"symbolIcon.operatorForeground": "#032563",
|
|
189
|
+
"symbolIcon.packageForeground": "#702c00",
|
|
190
|
+
"symbolIcon.propertyForeground": "#702c00",
|
|
191
|
+
"symbolIcon.referenceForeground": "#023b95",
|
|
192
|
+
"symbolIcon.snippetForeground": "#023b95",
|
|
193
|
+
"symbolIcon.stringForeground": "#032563",
|
|
194
|
+
"symbolIcon.structForeground": "#702c00",
|
|
195
|
+
"symbolIcon.textForeground": "#032563",
|
|
196
|
+
"symbolIcon.typeParameterForeground": "#032563",
|
|
197
|
+
"symbolIcon.unitForeground": "#023b95",
|
|
198
|
+
"symbolIcon.variableForeground": "#702c00",
|
|
199
|
+
"tab.activeBackground": "#ffffff",
|
|
200
|
+
"tab.activeBorder": "#ffffff",
|
|
201
|
+
"tab.activeBorderTop": "#ef5b48",
|
|
202
|
+
"tab.activeForeground": "#0e1116",
|
|
203
|
+
"tab.border": "#20252c",
|
|
204
|
+
"tab.hoverBackground": "#ffffff",
|
|
205
|
+
"tab.inactiveBackground": "#ffffff",
|
|
206
|
+
"tab.inactiveForeground": "#0e1116",
|
|
207
|
+
"tab.unfocusedActiveBorder": "#ffffff",
|
|
208
|
+
"tab.unfocusedActiveBorderTop": "#20252c",
|
|
209
|
+
"tab.unfocusedHoverBackground": "#e7ecf0",
|
|
210
|
+
"terminal.ansiBlack": "#0e1116",
|
|
211
|
+
"terminal.ansiBlue": "#0349b4",
|
|
212
|
+
"terminal.ansiBrightBlack": "#4b535d",
|
|
213
|
+
"terminal.ansiBrightBlue": "#1168e3",
|
|
214
|
+
"terminal.ansiBrightCyan": "#3192aa",
|
|
215
|
+
"terminal.ansiBrightGreen": "#055d20",
|
|
216
|
+
"terminal.ansiBrightMagenta": "#844ae7",
|
|
217
|
+
"terminal.ansiBrightRed": "#86061d",
|
|
218
|
+
"terminal.ansiBrightWhite": "#88929d",
|
|
219
|
+
"terminal.ansiBrightYellow": "#4e2c00",
|
|
220
|
+
"terminal.ansiCyan": "#1b7c83",
|
|
221
|
+
"terminal.ansiGreen": "#024c1a",
|
|
222
|
+
"terminal.ansiMagenta": "#622cbc",
|
|
223
|
+
"terminal.ansiRed": "#a0111f",
|
|
224
|
+
"terminal.ansiWhite": "#66707b",
|
|
225
|
+
"terminal.ansiYellow": "#3f2200",
|
|
226
|
+
"terminal.foreground": "#0e1116",
|
|
227
|
+
"textBlockQuote.background": "#ffffff",
|
|
228
|
+
"textBlockQuote.border": "#20252c",
|
|
229
|
+
"textCodeBlock.background": "#acb6c033",
|
|
230
|
+
"textLink.activeForeground": "#0349b4",
|
|
231
|
+
"textLink.foreground": "#0349b4",
|
|
232
|
+
"textPreformat.foreground": "#0e1116",
|
|
233
|
+
"textSeparator.foreground": "#88929d",
|
|
234
|
+
"titleBar.activeBackground": "#ffffff",
|
|
235
|
+
"titleBar.activeForeground": "#0e1116",
|
|
236
|
+
"titleBar.border": "#20252c",
|
|
237
|
+
"titleBar.inactiveBackground": "#ffffff",
|
|
238
|
+
"titleBar.inactiveForeground": "#0e1116",
|
|
239
|
+
"tree.indentGuidesStroke": "#88929d",
|
|
240
|
+
"welcomePage.buttonBackground": "#e7ecf0",
|
|
241
|
+
"welcomePage.buttonHoverBackground": "#ced5dc"
|
|
242
|
+
},
|
|
243
|
+
"displayName": "GitHub Light High Contrast",
|
|
244
|
+
"name": "github-light-high-contrast",
|
|
245
|
+
"semanticHighlighting": true,
|
|
246
|
+
"tokenColors": [
|
|
247
|
+
{
|
|
248
|
+
"scope": [
|
|
249
|
+
"comment",
|
|
250
|
+
"punctuation.definition.comment",
|
|
251
|
+
"string.comment"
|
|
252
|
+
],
|
|
253
|
+
"settings": {
|
|
254
|
+
"foreground": "#66707b"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"scope": [
|
|
259
|
+
"constant.other.placeholder",
|
|
260
|
+
"constant.character"
|
|
261
|
+
],
|
|
262
|
+
"settings": {
|
|
263
|
+
"foreground": "#a0111f"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"scope": [
|
|
268
|
+
"constant",
|
|
269
|
+
"entity.name.constant",
|
|
270
|
+
"variable.other.constant",
|
|
271
|
+
"variable.other.enummember",
|
|
272
|
+
"variable.language",
|
|
273
|
+
"entity"
|
|
274
|
+
],
|
|
275
|
+
"settings": {
|
|
276
|
+
"foreground": "#023b95"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"scope": [
|
|
281
|
+
"entity.name",
|
|
282
|
+
"meta.export.default",
|
|
283
|
+
"meta.definition.variable"
|
|
284
|
+
],
|
|
285
|
+
"settings": {
|
|
286
|
+
"foreground": "#702c00"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"scope": [
|
|
291
|
+
"variable.parameter.function",
|
|
292
|
+
"meta.jsx.children",
|
|
293
|
+
"meta.block",
|
|
294
|
+
"meta.tag.attributes",
|
|
295
|
+
"entity.name.constant",
|
|
296
|
+
"meta.object.member",
|
|
297
|
+
"meta.embedded.expression"
|
|
298
|
+
],
|
|
299
|
+
"settings": {
|
|
300
|
+
"foreground": "#0e1116"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"scope": "entity.name.function",
|
|
305
|
+
"settings": {
|
|
306
|
+
"foreground": "#622cbc"
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"scope": [
|
|
311
|
+
"entity.name.tag",
|
|
312
|
+
"support.class.component"
|
|
313
|
+
],
|
|
314
|
+
"settings": {
|
|
315
|
+
"foreground": "#024c1a"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"scope": "keyword",
|
|
320
|
+
"settings": {
|
|
321
|
+
"foreground": "#a0111f"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"scope": [
|
|
326
|
+
"storage",
|
|
327
|
+
"storage.type"
|
|
328
|
+
],
|
|
329
|
+
"settings": {
|
|
330
|
+
"foreground": "#a0111f"
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"scope": [
|
|
335
|
+
"storage.modifier.package",
|
|
336
|
+
"storage.modifier.import",
|
|
337
|
+
"storage.type.java"
|
|
338
|
+
],
|
|
339
|
+
"settings": {
|
|
340
|
+
"foreground": "#0e1116"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"scope": [
|
|
345
|
+
"string",
|
|
346
|
+
"string punctuation.section.embedded source"
|
|
347
|
+
],
|
|
348
|
+
"settings": {
|
|
349
|
+
"foreground": "#032563"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"scope": "support",
|
|
354
|
+
"settings": {
|
|
355
|
+
"foreground": "#023b95"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"scope": "meta.property-name",
|
|
360
|
+
"settings": {
|
|
361
|
+
"foreground": "#023b95"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"scope": "variable",
|
|
366
|
+
"settings": {
|
|
367
|
+
"foreground": "#702c00"
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"scope": "variable.other",
|
|
372
|
+
"settings": {
|
|
373
|
+
"foreground": "#0e1116"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"scope": "invalid.broken",
|
|
378
|
+
"settings": {
|
|
379
|
+
"fontStyle": "italic",
|
|
380
|
+
"foreground": "#6e011a"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"scope": "invalid.deprecated",
|
|
385
|
+
"settings": {
|
|
386
|
+
"fontStyle": "italic",
|
|
387
|
+
"foreground": "#6e011a"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"scope": "invalid.illegal",
|
|
392
|
+
"settings": {
|
|
393
|
+
"fontStyle": "italic",
|
|
394
|
+
"foreground": "#6e011a"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"scope": "invalid.unimplemented",
|
|
399
|
+
"settings": {
|
|
400
|
+
"fontStyle": "italic",
|
|
401
|
+
"foreground": "#6e011a"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"scope": "carriage-return",
|
|
406
|
+
"settings": {
|
|
407
|
+
"background": "#a0111f",
|
|
408
|
+
"content": "^M",
|
|
409
|
+
"fontStyle": "italic underline",
|
|
410
|
+
"foreground": "#ffffff"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"scope": "message.error",
|
|
415
|
+
"settings": {
|
|
416
|
+
"foreground": "#6e011a"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"scope": "string variable",
|
|
421
|
+
"settings": {
|
|
422
|
+
"foreground": "#023b95"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"scope": [
|
|
427
|
+
"source.regexp",
|
|
428
|
+
"string.regexp"
|
|
429
|
+
],
|
|
430
|
+
"settings": {
|
|
431
|
+
"foreground": "#032563"
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"scope": [
|
|
436
|
+
"string.regexp.character-class",
|
|
437
|
+
"string.regexp constant.character.escape",
|
|
438
|
+
"string.regexp source.ruby.embedded",
|
|
439
|
+
"string.regexp string.regexp.arbitrary-repitition"
|
|
440
|
+
],
|
|
441
|
+
"settings": {
|
|
442
|
+
"foreground": "#032563"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"scope": "string.regexp constant.character.escape",
|
|
447
|
+
"settings": {
|
|
448
|
+
"fontStyle": "bold",
|
|
449
|
+
"foreground": "#024c1a"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"scope": "support.constant",
|
|
454
|
+
"settings": {
|
|
455
|
+
"foreground": "#023b95"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"scope": "support.variable",
|
|
460
|
+
"settings": {
|
|
461
|
+
"foreground": "#023b95"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"scope": "support.type.property-name.json",
|
|
466
|
+
"settings": {
|
|
467
|
+
"foreground": "#024c1a"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"scope": "meta.module-reference",
|
|
472
|
+
"settings": {
|
|
473
|
+
"foreground": "#023b95"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"scope": "punctuation.definition.list.begin.markdown",
|
|
478
|
+
"settings": {
|
|
479
|
+
"foreground": "#702c00"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"scope": [
|
|
484
|
+
"markup.heading",
|
|
485
|
+
"markup.heading entity.name"
|
|
486
|
+
],
|
|
487
|
+
"settings": {
|
|
488
|
+
"fontStyle": "bold",
|
|
489
|
+
"foreground": "#023b95"
|
|
490
|
+
}
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"scope": "markup.quote",
|
|
494
|
+
"settings": {
|
|
495
|
+
"foreground": "#024c1a"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"scope": "markup.italic",
|
|
500
|
+
"settings": {
|
|
501
|
+
"fontStyle": "italic",
|
|
502
|
+
"foreground": "#0e1116"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"scope": "markup.bold",
|
|
507
|
+
"settings": {
|
|
508
|
+
"fontStyle": "bold",
|
|
509
|
+
"foreground": "#0e1116"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"scope": [
|
|
514
|
+
"markup.underline"
|
|
515
|
+
],
|
|
516
|
+
"settings": {
|
|
517
|
+
"fontStyle": "underline"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"scope": [
|
|
522
|
+
"markup.strikethrough"
|
|
523
|
+
],
|
|
524
|
+
"settings": {
|
|
525
|
+
"fontStyle": "strikethrough"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"scope": "markup.inline.raw",
|
|
530
|
+
"settings": {
|
|
531
|
+
"foreground": "#023b95"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"scope": [
|
|
536
|
+
"markup.deleted",
|
|
537
|
+
"meta.diff.header.from-file",
|
|
538
|
+
"punctuation.definition.deleted"
|
|
539
|
+
],
|
|
540
|
+
"settings": {
|
|
541
|
+
"background": "#fff0ee",
|
|
542
|
+
"foreground": "#6e011a"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"scope": [
|
|
547
|
+
"punctuation.section.embedded"
|
|
548
|
+
],
|
|
549
|
+
"settings": {
|
|
550
|
+
"foreground": "#a0111f"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"scope": [
|
|
555
|
+
"markup.inserted",
|
|
556
|
+
"meta.diff.header.to-file",
|
|
557
|
+
"punctuation.definition.inserted"
|
|
558
|
+
],
|
|
559
|
+
"settings": {
|
|
560
|
+
"background": "#d2fedb",
|
|
561
|
+
"foreground": "#024c1a"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"scope": [
|
|
566
|
+
"markup.changed",
|
|
567
|
+
"punctuation.definition.changed"
|
|
568
|
+
],
|
|
569
|
+
"settings": {
|
|
570
|
+
"background": "#ffc67b",
|
|
571
|
+
"foreground": "#702c00"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"scope": [
|
|
576
|
+
"markup.ignored",
|
|
577
|
+
"markup.untracked"
|
|
578
|
+
],
|
|
579
|
+
"settings": {
|
|
580
|
+
"background": "#023b95",
|
|
581
|
+
"foreground": "#e7ecf0"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"scope": "meta.diff.range",
|
|
586
|
+
"settings": {
|
|
587
|
+
"fontStyle": "bold",
|
|
588
|
+
"foreground": "#622cbc"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"scope": "meta.diff.header",
|
|
593
|
+
"settings": {
|
|
594
|
+
"foreground": "#023b95"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"scope": "meta.separator",
|
|
599
|
+
"settings": {
|
|
600
|
+
"fontStyle": "bold",
|
|
601
|
+
"foreground": "#023b95"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"scope": "meta.output",
|
|
606
|
+
"settings": {
|
|
607
|
+
"foreground": "#023b95"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"scope": [
|
|
612
|
+
"brackethighlighter.tag",
|
|
613
|
+
"brackethighlighter.curly",
|
|
614
|
+
"brackethighlighter.round",
|
|
615
|
+
"brackethighlighter.square",
|
|
616
|
+
"brackethighlighter.angle",
|
|
617
|
+
"brackethighlighter.quote"
|
|
618
|
+
],
|
|
619
|
+
"settings": {
|
|
620
|
+
"foreground": "#4b535d"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"scope": "brackethighlighter.unmatched",
|
|
625
|
+
"settings": {
|
|
626
|
+
"foreground": "#6e011a"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"scope": [
|
|
631
|
+
"constant.other.reference.link",
|
|
632
|
+
"string.other.link"
|
|
633
|
+
],
|
|
634
|
+
"settings": {
|
|
635
|
+
"foreground": "#032563"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"type": "light"
|
|
640
|
+
}
|