|
7 | 7 | { |
8 | 8 | "type": "dark", |
9 | 9 | "colors": { |
10 | | - "activityBar.background": "#272822", |
11 | | - "activityBar.foreground": "#f8f8f2", |
12 | | - "badge.background": "#75715E", |
13 | | - "badge.foreground": "#f8f8f2", |
14 | | - "button.background": "#75715E", |
15 | | - "debugToolBar.background": "#1e1f1c", |
16 | | - "diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e, |
17 | | - "diffEditor.removedTextBackground": "#90274A70", // middle of #272822 and #f92672, |
18 | 10 | "dropdown.background": "#414339", |
| 11 | + "list.activeSelectionBackground": "#75715E", |
| 12 | + "quickInputList.focusBackground": "#414339", |
19 | 13 | "dropdown.listBackground": "#1e1f1c", |
| 14 | + "list.inactiveSelectionBackground": "#414339", |
| 15 | + "list.hoverBackground": "#3e3d32", |
| 16 | + "list.dropBackground": "#414339", |
| 17 | + "list.highlightForeground": "#f8f8f2", |
| 18 | + "button.background": "#75715E", |
20 | 19 | "editor.background": "#272822", |
21 | 20 | "editor.foreground": "#f8f8f2", |
22 | | - "editor.lineHighlightBackground": "#3e3d32", |
23 | | - "editor.selectionBackground": "#878b9180", |
| 21 | + "selection.background": "#75715E", |
24 | 22 | "editor.selectionHighlightBackground": "#575b6180", |
| 23 | + "editor.selectionBackground": "#878b9180", |
| 24 | + "minimap.selectionHighlight": "#878b9180", |
25 | 25 | "editor.wordHighlightBackground": "#4a4a7680", |
26 | 26 | "editor.wordHighlightStrongBackground": "#6a6a9680", |
| 27 | + "editor.lineHighlightBackground": "#3e3d32", |
| 28 | + "editorLineNumber.activeForeground": "#c2c2bf", |
27 | 29 | "editorCursor.foreground": "#f8f8f0", |
28 | | - "editorGroup.border": "#34352f", |
29 | | - "editorGroup.dropBackground": "#41433980", |
30 | | - "editorGroupHeader.tabsBackground": "#1e1f1c", |
31 | | - "editorHoverWidget.background": "#414339", |
32 | | - "editorHoverWidget.border": "#75715E", |
33 | | - "editorIndentGuide.activeBackground": "#767771", |
| 30 | + "editorWhitespace.foreground": "#464741", |
34 | 31 | "editorIndentGuide.background": "#464741", |
35 | | - "editorLineNumber.activeForeground": "#c2c2bf", |
| 32 | + "editorIndentGuide.activeBackground": "#767771", |
| 33 | + "editorGroupHeader.tabsBackground": "#1e1f1c", |
| 34 | + "editorGroup.dropBackground": "#41433980", |
| 35 | + "tab.inactiveBackground": "#34352f", |
| 36 | + "tab.border": "#1e1f1c", |
| 37 | + "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused |
| 38 | + "tab.lastPinnedBorder": "#414339", |
| 39 | + "widget.shadow": "#00000098", |
| 40 | + "progressBar.background": "#75715E", |
| 41 | + "badge.background": "#75715E", |
| 42 | + "badge.foreground": "#f8f8f2", |
36 | 43 | "editorLineNumber.foreground": "#90908a", |
37 | | - "editorSuggestWidget.background": "#272822", |
38 | | - "editorSuggestWidget.border": "#75715E", |
39 | | - "editorWhitespace.foreground": "#464741", |
40 | | - "editorWidget.background": "#1e1f1c", |
41 | | - "focusBorder": "#75715E", |
| 44 | + "panelTitle.activeForeground": "#f8f8f2", |
| 45 | + "panelTitle.activeBorder": "#75715E", |
| 46 | + "panelTitle.inactiveForeground": "#75715E", |
| 47 | + "panel.border": "#414339", |
| 48 | + "settings.focusedRowBackground": "#4143395A", |
| 49 | + "titleBar.activeBackground": "#1e1f1c", |
| 50 | + "statusBar.background": "#414339", |
| 51 | + "statusBar.noFolderBackground": "#414339", |
| 52 | + "statusBar.debuggingBackground": "#75715E", |
| 53 | + "statusBarItem.remoteBackground": "#AC6218", |
| 54 | + "ports.iconRunningProcessForeground": "#ccccc7", |
| 55 | + "activityBar.background": "#272822", |
| 56 | + "activityBar.foreground": "#f8f8f2", |
| 57 | + "sideBar.background": "#1e1f1c", |
| 58 | + "sideBarSectionHeader.background": "#272822", |
| 59 | + "menu.background": "#1e1f1c", |
| 60 | + "menu.foreground": "#cccccc", |
| 61 | + "pickerGroup.foreground": "#75715E", |
42 | 62 | "input.background": "#414339", |
43 | 63 | "inputOption.activeBorder": "#75715E", |
44 | | - "inputValidation.errorBackground": "#90274A", // middle of #272822 and #f92672, |
| 64 | + "focusBorder": "#75715E", |
| 65 | + "editorWidget.background": "#1e1f1c", |
| 66 | + "debugToolBar.background": "#1e1f1c", |
| 67 | + "diffEditor.insertedTextBackground": "#4b661680", // middle of #272822 and #a6e22e |
| 68 | + "diffEditor.removedTextBackground": "#90274A70", // middle of #272822 and #f92672 |
| 69 | + "inputValidation.errorBackground": "#90274A", // middle of #272822 and #f92672 |
45 | 70 | "inputValidation.errorBorder": "#f92672", |
46 | | - "inputValidation.infoBackground": "#546190", // middle of #272822 and #819aff, |
47 | | - "inputValidation.infoBorder": "#819aff", |
48 | | - "inputValidation.warningBackground": "#848528", // middle of #272822 and #e2e22e, |
| 71 | + "inputValidation.warningBackground": "#848528", // middle of #272822 and #e2e22e |
49 | 72 | "inputValidation.warningBorder": "#e2e22e", |
50 | | - "list.activeSelectionBackground": "#75715E", |
51 | | - "list.dropBackground": "#414339", |
52 | | - "list.highlightForeground": "#f8f8f2", |
53 | | - "list.hoverBackground": "#3e3d32", |
54 | | - "list.inactiveSelectionBackground": "#414339", |
55 | | - "menu.background": "#1e1f1c", |
56 | | - "menu.foreground": "#cccccc", |
57 | | - "minimap.selectionHighlight": "#878b9180", |
58 | | - "panel.border": "#414339", |
59 | | - "panelTitle.activeBorder": "#75715E", |
60 | | - "panelTitle.activeForeground": "#f8f8f2", |
61 | | - "panelTitle.inactiveForeground": "#75715E", |
| 73 | + "inputValidation.infoBackground": "#546190", // middle of #272822 and #819aff |
| 74 | + "inputValidation.infoBorder": "#819aff", |
| 75 | + "editorHoverWidget.background": "#414339", |
| 76 | + "editorHoverWidget.border": "#75715E", |
| 77 | + "editorSuggestWidget.background": "#272822", |
| 78 | + "editorSuggestWidget.border": "#75715E", |
| 79 | + "editorGroup.border": "#34352f", |
62 | 80 | "peekView.border": "#75715E", |
63 | 81 | "peekViewEditor.background": "#272822", |
64 | | - "peekViewEditor.matchHighlightBackground": "#75715E", |
65 | 82 | "peekViewResult.background": "#1e1f1c", |
66 | | - "peekViewResult.matchHighlightBackground": "#75715E", |
67 | | - "peekViewResult.selectionBackground": "#414339", |
68 | 83 | "peekViewTitle.background": "#1e1f1c", |
69 | | - "pickerGroup.foreground": "#75715E", |
70 | | - "ports.iconRunningProcessforeground": "#ccccc7", |
71 | | - "progressBar.background": "#75715E", |
72 | | - "quickInputList.focusBackground": "#414339", |
73 | | - "selection.background": "#75715E", |
74 | | - "settings.focusedRowBackground": "#4143395A", |
75 | | - "sideBar.background": "#1e1f1c", |
76 | | - "sideBarSectionHeader.background": "#272822", |
77 | | - "statusBar.background": "#414339", |
78 | | - "statusBar.debuggingBackground": "#75715E", |
79 | | - "statusBar.noFolderBackground": "#414339", |
80 | | - "statusBarItem.remoteBackground": "#AC6218", |
81 | | - "tab.border": "#1e1f1c", |
82 | | - "tab.inactiveBackground": "#34352f", |
83 | | - "tab.inactiveForeground": "#ccccc7", // needs to be bright so it's readable when another editor group is focused, |
84 | | - "tab.lastPinnedBorder": "#414339", |
| 84 | + "peekViewResult.selectionBackground": "#414339", |
| 85 | + "peekViewResult.matchHighlightBackground": "#75715E", |
| 86 | + "peekViewEditor.matchHighlightBackground": "#75715E", |
85 | 87 | "terminal.ansiBlack": "#333333", |
| 88 | + "terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background |
| 89 | + "terminal.ansiGreen": "#86B42B", |
| 90 | + "terminal.ansiYellow": "#B3B42B", |
86 | 91 | "terminal.ansiBlue": "#6A7EC8", |
| 92 | + "terminal.ansiMagenta": "#8C6BC8", |
| 93 | + "terminal.ansiCyan": "#56ADBC", |
| 94 | + "terminal.ansiWhite": "#e3e3dd", |
87 | 95 | "terminal.ansiBrightBlack": "#666666", |
88 | | - "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF, |
89 | | - "terminal.ansiBrightCyan": "#66D9EF", |
| 96 | + "terminal.ansiBrightRed": "#f92672", |
90 | 97 | "terminal.ansiBrightGreen": "#A6E22E", |
| 98 | + "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E |
| 99 | + "terminal.ansiBrightBlue": "#819aff", // hue shifted #AE81FF |
91 | 100 | "terminal.ansiBrightMagenta": "#AE81FF", |
92 | | - "terminal.ansiBrightRed": "#f92672", |
93 | | - "terminal.ansiBrightWhite": "#f8f8f2", |
94 | | - "terminal.ansiBrightYellow": "#e2e22e", // hue shifted #A6E22E, |
95 | | - "terminal.ansiCyan": "#56ADBC", |
96 | | - "terminal.ansiGreen": "#86B42B", |
97 | | - "terminal.ansiMagenta": "#8C6BC8", |
98 | | - "terminal.ansiRed": "#C4265E", // the bright color with ~75% transparent on the background, |
99 | | - "terminal.ansiWhite": "#e3e3dd", |
100 | | - "terminal.ansiYellow": "#B3B42B", |
101 | | - "titleBar.activeBackground": "#1e1f1c", |
102 | | - "widget.shadow": "#00000098" |
| 101 | + "terminal.ansiBrightCyan": "#66D9EF", |
| 102 | + "terminal.ansiBrightWhite": "#f8f8f2" |
103 | 103 | }, |
104 | 104 | "tokenColors": [ |
105 | 105 | { |
|
0 commit comments