1 | {
|
2 | "name": "github-dark",
|
3 | "colors": {
|
4 | "focusBorder": "#005cc5",
|
5 | "foreground": "#d1d5da",
|
6 | "descriptionForeground": "#959da5",
|
7 | "errorForeground": "#f97583",
|
8 | "textLink.foreground": "#79b8ff",
|
9 | "textLink.activeForeground": "#c8e1ff",
|
10 | "textBlockQuote.background": "#24292e",
|
11 | "textBlockQuote.border": "#444d56",
|
12 | "textCodeBlock.background": "#2f363d",
|
13 | "textPreformat.foreground": "#d1d5da",
|
14 | "textSeparator.foreground": "#586069",
|
15 | "button.background": "#176f2c",
|
16 | "button.foreground": "#dcffe4",
|
17 | "button.hoverBackground": "#22863a",
|
18 | "button.secondaryBackground": "#444d56",
|
19 | "button.secondaryForeground": "#fff",
|
20 | "button.secondaryHoverBackground": "#586069",
|
21 | "checkbox.background": "#444d56",
|
22 | "checkbox.border": "#1b1f23",
|
23 | "dropdown.background": "#2f363d",
|
24 | "dropdown.border": "#1b1f23",
|
25 | "dropdown.foreground": "#e1e4e8",
|
26 | "dropdown.listBackground": "#24292e",
|
27 | "input.background": "#2f363d",
|
28 | "input.border": "#1b1f23",
|
29 | "input.foreground": "#e1e4e8",
|
30 | "input.placeholderForeground": "#959da5",
|
31 | "badge.foreground": "#c8e1ff",
|
32 | "badge.background": "#044289",
|
33 | "progressBar.background": "#0366d6",
|
34 | "titleBar.activeForeground": "#e1e4e8",
|
35 | "titleBar.activeBackground": "#24292e",
|
36 | "titleBar.inactiveForeground": "#959da5",
|
37 | "titleBar.inactiveBackground": "#1f2428",
|
38 | "titleBar.border": "#1b1f23",
|
39 | "activityBar.foreground": "#e1e4e8",
|
40 | "activityBar.inactiveForeground": "#6a737d",
|
41 | "activityBar.background": "#24292e",
|
42 | "activityBarBadge.foreground": "#fff",
|
43 | "activityBarBadge.background": "#0366d6",
|
44 | "activityBar.activeBorder": "#f9826c",
|
45 | "activityBar.border": "#1b1f23",
|
46 | "sideBar.foreground": "#d1d5da",
|
47 | "sideBar.background": "#1f2428",
|
48 | "sideBar.border": "#1b1f23",
|
49 | "sideBarTitle.foreground": "#e1e4e8",
|
50 | "sideBarSectionHeader.foreground": "#e1e4e8",
|
51 | "sideBarSectionHeader.background": "#1f2428",
|
52 | "sideBarSectionHeader.border": "#1b1f23",
|
53 | "list.hoverForeground": "#e1e4e8",
|
54 | "list.inactiveSelectionForeground": "#e1e4e8",
|
55 | "list.activeSelectionForeground": "#e1e4e8",
|
56 | "list.hoverBackground": "#282e34",
|
57 | "list.inactiveSelectionBackground": "#282e34",
|
58 | "list.activeSelectionBackground": "#39414a",
|
59 | "list.inactiveFocusBackground": "#1d2d3e",
|
60 | "list.focusBackground": "#044289",
|
61 | "tree.indentGuidesStroke": "#2f363d",
|
62 | "notificationCenterHeader.foreground": "#959da5",
|
63 | "notificationCenterHeader.background": "#24292e",
|
64 | "notifications.foreground": "#e1e4e8",
|
65 | "notifications.background": "#2f363d",
|
66 | "notifications.border": "#1b1f23",
|
67 | "notificationsErrorIcon.foreground": "#ea4a5a",
|
68 | "notificationsWarningIcon.foreground": "#ffab70",
|
69 | "notificationsInfoIcon.foreground": "#79b8ff",
|
70 | "pickerGroup.border": "#444d56",
|
71 | "pickerGroup.foreground": "#e1e4e8",
|
72 | "quickInput.background": "#24292e",
|
73 | "quickInput.foreground": "#e1e4e8",
|
74 | "statusBar.foreground": "#d1d5da",
|
75 | "statusBar.background": "#24292e",
|
76 | "statusBar.border": "#1b1f23",
|
77 | "statusBar.noFolderBackground": "#24292e",
|
78 | "statusBar.debuggingBackground": "#931c06",
|
79 | "statusBar.debuggingForeground": "#fff",
|
80 | "statusBarItem.prominentBackground": "#282e34",
|
81 | "statusBarItem.remoteForeground": "#d1d5da",
|
82 | "statusBarItem.remoteBackground": "#24292e",
|
83 | "editorGroupHeader.tabsBackground": "#1f2428",
|
84 | "editorGroupHeader.tabsBorder": "#1b1f23",
|
85 | "editorGroup.border": "#1b1f23",
|
86 | "tab.activeForeground": "#e1e4e8",
|
87 | "tab.inactiveForeground": "#959da5",
|
88 | "tab.inactiveBackground": "#1f2428",
|
89 | "tab.activeBackground": "#24292e",
|
90 | "tab.hoverBackground": "#24292e",
|
91 | "tab.unfocusedHoverBackground": "#24292e",
|
92 | "tab.border": "#1b1f23",
|
93 | "tab.unfocusedActiveBorderTop": "#1b1f23",
|
94 | "tab.activeBorder": "#24292e",
|
95 | "tab.unfocusedActiveBorder": "#24292e",
|
96 | "tab.activeBorderTop": "#f9826c",
|
97 | "breadcrumb.foreground": "#959da5",
|
98 | "breadcrumb.focusForeground": "#e1e4e8",
|
99 | "breadcrumb.activeSelectionForeground": "#d1d5da",
|
100 | "breadcrumbPicker.background": "#2b3036",
|
101 | "editor.foreground": "#e1e4e8",
|
102 | "editor.background": "#24292e",
|
103 | "editorWidget.background": "#1f2428",
|
104 | "editor.foldBackground": "#58606915",
|
105 | "editor.lineHighlightBackground": "#2b3036",
|
106 | "editorLineNumber.foreground": "#444d56",
|
107 | "editorLineNumber.activeForeground": "#e1e4e8",
|
108 | "editorIndentGuide.background": "#2f363d",
|
109 | "editorIndentGuide.activeBackground": "#444d56",
|
110 | "editorWhitespace.foreground": "#444d56",
|
111 | "editorCursor.foreground": "#c8e1ff",
|
112 | "editorError.foreground": "#f97583",
|
113 | "editorWarning.foreground": "#ffea7f",
|
114 | "editor.findMatchBackground": "#ffd33d44",
|
115 | "editor.findMatchHighlightBackground": "#ffd33d22",
|
116 | "editor.linkedEditingBackground": "#3392FF22",
|
117 | "editor.inactiveSelectionBackground": "#3392FF22",
|
118 | "editor.selectionBackground": "#3392FF44",
|
119 | "editor.selectionHighlightBackground": "#17E5E633",
|
120 | "editor.selectionHighlightBorder": "#17E5E600",
|
121 | "editor.wordHighlightBackground": "#17E5E600",
|
122 | "editor.wordHighlightStrongBackground": "#17E5E600",
|
123 | "editor.wordHighlightBorder": "#17E5E699",
|
124 | "editor.wordHighlightStrongBorder": "#17E5E666",
|
125 | "editorBracketMatch.background": "#17E5E650",
|
126 | "editorBracketMatch.border": "#17E5E600",
|
127 | "editorGutter.modifiedBackground": "#2188ff",
|
128 | "editorGutter.addedBackground": "#28a745",
|
129 | "editorGutter.deletedBackground": "#ea4a5a",
|
130 | "diffEditor.insertedTextBackground": "#28a74530",
|
131 | "diffEditor.removedTextBackground": "#d73a4930",
|
132 | "scrollbar.shadow": "#0008",
|
133 | "scrollbarSlider.background": "#6a737d33",
|
134 | "scrollbarSlider.hoverBackground": "#6a737d44",
|
135 | "scrollbarSlider.activeBackground": "#6a737d88",
|
136 | "editorOverviewRuler.border": "#1b1f23",
|
137 | "panel.background": "#1f2428",
|
138 | "panel.border": "#1b1f23",
|
139 | "panelTitle.activeBorder": "#f9826c",
|
140 | "panelTitle.activeForeground": "#e1e4e8",
|
141 | "panelTitle.inactiveForeground": "#959da5",
|
142 | "panelInput.border": "#2f363d",
|
143 | "terminal.foreground": "#d1d5da",
|
144 | "terminal.tab.activeBorder": "#f9826c",
|
145 | "terminalCursor.background": "#586069",
|
146 | "terminalCursor.foreground": "#79b8ff",
|
147 | "terminal.ansiBrightWhite": "#fafbfc",
|
148 | "terminal.ansiWhite": "#d1d5da",
|
149 | "terminal.ansiBrightBlack": "#959da5",
|
150 | "terminal.ansiBlack": "#586069",
|
151 | "terminal.ansiBlue": "#2188ff",
|
152 | "terminal.ansiBrightBlue": "#79b8ff",
|
153 | "terminal.ansiGreen": "#34d058",
|
154 | "terminal.ansiBrightGreen": "#85e89d",
|
155 | "terminal.ansiCyan": "#39c5cf",
|
156 | "terminal.ansiBrightCyan": "#56d4dd",
|
157 | "terminal.ansiRed": "#ea4a5a",
|
158 | "terminal.ansiBrightRed": "#f97583",
|
159 | "terminal.ansiMagenta": "#b392f0",
|
160 | "terminal.ansiBrightMagenta": "#b392f0",
|
161 | "terminal.ansiYellow": "#ffea7f",
|
162 | "terminal.ansiBrightYellow": "#ffea7f",
|
163 | "editorBracketHighlight.foreground1": "#79b8ff",
|
164 | "editorBracketHighlight.foreground2": "#ffab70",
|
165 | "editorBracketHighlight.foreground3": "#b392f0",
|
166 | "editorBracketHighlight.foreground4": "#79b8ff",
|
167 | "editorBracketHighlight.foreground5": "#ffab70",
|
168 | "editorBracketHighlight.foreground6": "#b392f0",
|
169 | "gitDecoration.addedResourceForeground": "#34d058",
|
170 | "gitDecoration.modifiedResourceForeground": "#79b8ff",
|
171 | "gitDecoration.deletedResourceForeground": "#ea4a5a",
|
172 | "gitDecoration.untrackedResourceForeground": "#34d058",
|
173 | "gitDecoration.ignoredResourceForeground": "#6a737d",
|
174 | "gitDecoration.conflictingResourceForeground": "#ffab70",
|
175 | "gitDecoration.submoduleResourceForeground": "#6a737d",
|
176 | "debugToolBar.background": "#2b3036",
|
177 | "editor.stackFrameHighlightBackground": "#C6902625",
|
178 | "editor.focusedStackFrameHighlightBackground": "#2b6a3033",
|
179 | "peekViewEditor.matchHighlightBackground": "#ffd33d33",
|
180 | "peekViewResult.matchHighlightBackground": "#ffd33d33",
|
181 | "peekViewEditor.background": "#1f242888",
|
182 | "peekViewResult.background": "#1f2428",
|
183 | "settings.headerForeground": "#e1e4e8",
|
184 | "settings.modifiedItemIndicator": "#0366d6",
|
185 | "welcomePage.buttonBackground": "#2f363d",
|
186 | "welcomePage.buttonHoverBackground": "#444d56"
|
187 | },
|
188 | "semanticHighlighting": true,
|
189 | "tokenColors": [
|
190 | {
|
191 | "scope": ["comment", "punctuation.definition.comment", "string.comment"],
|
192 | "settings": {
|
193 | "foreground": "#6a737d"
|
194 | }
|
195 | },
|
196 | {
|
197 | "scope": [
|
198 | "constant",
|
199 | "entity.name.constant",
|
200 | "variable.other.constant",
|
201 | "variable.other.enummember",
|
202 | "variable.language"
|
203 | ],
|
204 | "settings": {
|
205 | "foreground": "#79b8ff"
|
206 | }
|
207 | },
|
208 | {
|
209 | "scope": ["entity", "entity.name"],
|
210 | "settings": {
|
211 | "foreground": "#b392f0"
|
212 | }
|
213 | },
|
214 | {
|
215 | "scope": "variable.parameter.function",
|
216 | "settings": {
|
217 | "foreground": "#e1e4e8"
|
218 | }
|
219 | },
|
220 | {
|
221 | "scope": "entity.name.tag",
|
222 | "settings": {
|
223 | "foreground": "#85e89d"
|
224 | }
|
225 | },
|
226 | {
|
227 | "scope": "keyword",
|
228 | "settings": {
|
229 | "foreground": "#f97583"
|
230 | }
|
231 | },
|
232 | {
|
233 | "scope": ["storage", "storage.type"],
|
234 | "settings": {
|
235 | "foreground": "#f97583"
|
236 | }
|
237 | },
|
238 | {
|
239 | "scope": ["storage.modifier.package", "storage.modifier.import", "storage.type.java"],
|
240 | "settings": {
|
241 | "foreground": "#e1e4e8"
|
242 | }
|
243 | },
|
244 | {
|
245 | "scope": [
|
246 | "string",
|
247 | "punctuation.definition.string",
|
248 | "string punctuation.section.embedded source"
|
249 | ],
|
250 | "settings": {
|
251 | "foreground": "#9ecbff"
|
252 | }
|
253 | },
|
254 | {
|
255 | "scope": "support",
|
256 | "settings": {
|
257 | "foreground": "#79b8ff"
|
258 | }
|
259 | },
|
260 | {
|
261 | "scope": "meta.property-name",
|
262 | "settings": {
|
263 | "foreground": "#79b8ff"
|
264 | }
|
265 | },
|
266 | {
|
267 | "scope": "variable",
|
268 | "settings": {
|
269 | "foreground": "#ffab70"
|
270 | }
|
271 | },
|
272 | {
|
273 | "scope": "variable.other",
|
274 | "settings": {
|
275 | "foreground": "#e1e4e8"
|
276 | }
|
277 | },
|
278 | {
|
279 | "scope": "invalid.broken",
|
280 | "settings": {
|
281 | "fontStyle": "italic",
|
282 | "foreground": "#fdaeb7"
|
283 | }
|
284 | },
|
285 | {
|
286 | "scope": "invalid.deprecated",
|
287 | "settings": {
|
288 | "fontStyle": "italic",
|
289 | "foreground": "#fdaeb7"
|
290 | }
|
291 | },
|
292 | {
|
293 | "scope": "invalid.illegal",
|
294 | "settings": {
|
295 | "fontStyle": "italic",
|
296 | "foreground": "#fdaeb7"
|
297 | }
|
298 | },
|
299 | {
|
300 | "scope": "invalid.unimplemented",
|
301 | "settings": {
|
302 | "fontStyle": "italic",
|
303 | "foreground": "#fdaeb7"
|
304 | }
|
305 | },
|
306 | {
|
307 | "scope": "carriage-return",
|
308 | "settings": {
|
309 | "fontStyle": "italic underline",
|
310 | "background": "#f97583",
|
311 | "foreground": "#24292e",
|
312 | "content": "^M"
|
313 | }
|
314 | },
|
315 | {
|
316 | "scope": "message.error",
|
317 | "settings": {
|
318 | "foreground": "#fdaeb7"
|
319 | }
|
320 | },
|
321 | {
|
322 | "scope": "string variable",
|
323 | "settings": {
|
324 | "foreground": "#79b8ff"
|
325 | }
|
326 | },
|
327 | {
|
328 | "scope": ["source.regexp", "string.regexp"],
|
329 | "settings": {
|
330 | "foreground": "#dbedff"
|
331 | }
|
332 | },
|
333 | {
|
334 | "scope": [
|
335 | "string.regexp.character-class",
|
336 | "string.regexp constant.character.escape",
|
337 | "string.regexp source.ruby.embedded",
|
338 | "string.regexp string.regexp.arbitrary-repitition"
|
339 | ],
|
340 | "settings": {
|
341 | "foreground": "#dbedff"
|
342 | }
|
343 | },
|
344 | {
|
345 | "scope": "string.regexp constant.character.escape",
|
346 | "settings": {
|
347 | "fontStyle": "bold",
|
348 | "foreground": "#85e89d"
|
349 | }
|
350 | },
|
351 | {
|
352 | "scope": "support.constant",
|
353 | "settings": {
|
354 | "foreground": "#79b8ff"
|
355 | }
|
356 | },
|
357 | {
|
358 | "scope": "support.variable",
|
359 | "settings": {
|
360 | "foreground": "#79b8ff"
|
361 | }
|
362 | },
|
363 | {
|
364 | "scope": "meta.module-reference",
|
365 | "settings": {
|
366 | "foreground": "#79b8ff"
|
367 | }
|
368 | },
|
369 | {
|
370 | "scope": "punctuation.definition.list.begin.markdown",
|
371 | "settings": {
|
372 | "foreground": "#ffab70"
|
373 | }
|
374 | },
|
375 | {
|
376 | "scope": ["markup.heading", "markup.heading entity.name"],
|
377 | "settings": {
|
378 | "fontStyle": "bold",
|
379 | "foreground": "#79b8ff"
|
380 | }
|
381 | },
|
382 | {
|
383 | "scope": "markup.quote",
|
384 | "settings": {
|
385 | "foreground": "#85e89d"
|
386 | }
|
387 | },
|
388 | {
|
389 | "scope": "markup.italic",
|
390 | "settings": {
|
391 | "fontStyle": "italic",
|
392 | "foreground": "#e1e4e8"
|
393 | }
|
394 | },
|
395 | {
|
396 | "scope": "markup.bold",
|
397 | "settings": {
|
398 | "fontStyle": "bold",
|
399 | "foreground": "#e1e4e8"
|
400 | }
|
401 | },
|
402 | {
|
403 | "scope": ["markup.underline"],
|
404 | "settings": {
|
405 | "fontStyle": "underline"
|
406 | }
|
407 | },
|
408 | {
|
409 | "scope": ["markup.strikethrough"],
|
410 | "settings": {
|
411 | "fontStyle": "strikethrough"
|
412 | }
|
413 | },
|
414 | {
|
415 | "scope": "markup.inline.raw",
|
416 | "settings": {
|
417 | "foreground": "#79b8ff"
|
418 | }
|
419 | },
|
420 | {
|
421 | "scope": ["markup.deleted", "meta.diff.header.from-file", "punctuation.definition.deleted"],
|
422 | "settings": {
|
423 | "background": "#86181d",
|
424 | "foreground": "#fdaeb7"
|
425 | }
|
426 | },
|
427 | {
|
428 | "scope": ["markup.inserted", "meta.diff.header.to-file", "punctuation.definition.inserted"],
|
429 | "settings": {
|
430 | "background": "#144620",
|
431 | "foreground": "#85e89d"
|
432 | }
|
433 | },
|
434 | {
|
435 | "scope": ["markup.changed", "punctuation.definition.changed"],
|
436 | "settings": {
|
437 | "background": "#c24e00",
|
438 | "foreground": "#ffab70"
|
439 | }
|
440 | },
|
441 | {
|
442 | "scope": ["markup.ignored", "markup.untracked"],
|
443 | "settings": {
|
444 | "foreground": "#2f363d",
|
445 | "background": "#79b8ff"
|
446 | }
|
447 | },
|
448 | {
|
449 | "scope": "meta.diff.range",
|
450 | "settings": {
|
451 | "foreground": "#b392f0",
|
452 | "fontStyle": "bold"
|
453 | }
|
454 | },
|
455 | {
|
456 | "scope": "meta.diff.header",
|
457 | "settings": {
|
458 | "foreground": "#79b8ff"
|
459 | }
|
460 | },
|
461 | {
|
462 | "scope": "meta.separator",
|
463 | "settings": {
|
464 | "fontStyle": "bold",
|
465 | "foreground": "#79b8ff"
|
466 | }
|
467 | },
|
468 | {
|
469 | "scope": "meta.output",
|
470 | "settings": {
|
471 | "foreground": "#79b8ff"
|
472 | }
|
473 | },
|
474 | {
|
475 | "scope": [
|
476 | "brackethighlighter.tag",
|
477 | "brackethighlighter.curly",
|
478 | "brackethighlighter.round",
|
479 | "brackethighlighter.square",
|
480 | "brackethighlighter.angle",
|
481 | "brackethighlighter.quote"
|
482 | ],
|
483 | "settings": {
|
484 | "foreground": "#d1d5da"
|
485 | }
|
486 | },
|
487 | {
|
488 | "scope": "brackethighlighter.unmatched",
|
489 | "settings": {
|
490 | "foreground": "#fdaeb7"
|
491 | }
|
492 | },
|
493 | {
|
494 | "scope": ["constant.other.reference.link", "string.other.link"],
|
495 | "settings": {
|
496 | "foreground": "#dbedff",
|
497 | "fontStyle": "underline"
|
498 | }
|
499 | }
|
500 | ]
|
501 | }
|