|
2 | 2 | "$schema": "vscode://schemas/color-theme",
|
3 | 3 | "name": "Dark Default Colors",
|
4 | 4 | "colors": {
|
| 5 | + "activityBar.foreground": "#fff", |
| 6 | + "activityBar.inactiveForeground": "#ffffff66", |
| 7 | + "activityBarBadge.background": "#007ACC", |
| 8 | + "diffEditor.insertedTextBackground": "#9bb95533", |
| 9 | + "diffEditor.removedTextBackground": "#ff000033", |
5 | 10 | "editor.background": "#1E1E1E",
|
6 |
| - "editor.foreground": "#D4D4D4", |
7 | 11 | "editor.findMatchHighlightBackground": "#EA5C0055",
|
| 12 | + "editor.foreground": "#D4D4D4", |
8 | 13 | "editor.inactiveSelectionBackground": "#3A3D41",
|
9 |
| - "editorIndentGuide.background": "#404040", |
10 |
| - "editorIndentGuide.activeBackground": "#707070", |
11 | 14 | "editor.selectionHighlightBackground": "#ADD6FF26",
|
12 |
| - "editorGroupHeader.tabsBackground": "rgb(37, 37, 38)", |
13 |
| - "list.dropBackground": "#383B3D", |
14 |
| - "list.activeSelectionBackground": "#094771", |
15 |
| - "list.inactiveSelectionBackground": "#37373D", |
16 |
| - "list.focusOutline": "#007FD4", |
17 |
| - "activityBarBadge.background": "#007ACC", |
18 |
| - "activityBar.foreground": "#fff", |
19 |
| - "activityBar.inactiveForeground": "#ffffff66", |
20 |
| - "sidebarTitle.foreground": "#BBBBBB", |
21 |
| - "sideBarSectionHeader.border": "#ccc3", |
| 15 | + "editorGroupHeader.tabsBackground": "#252526", |
| 16 | + "editorIndentGuide.activeBackground": "#707070", |
| 17 | + "editorIndentGuide.background": "#404040", |
| 18 | + "icon.foreground": "#C5C5C5", |
22 | 19 | "input.placeholderForeground": "#A6A6A6",
|
23 | 20 | "inputOption.activeBackground": "#007fd466",
|
| 21 | + "inputValidation.errorBackground": "#5A1D1D", |
| 22 | + "inputValidation.errorBorder": "#BE1100", |
24 | 23 | "inputValidation.infoBackground": "#063B49",
|
25 | 24 | "inputValidation.infoBorder": "#007acc",
|
26 | 25 | "inputValidation.warningBackground": "#352A05",
|
27 | 26 | "inputValidation.warningBorder": "#B89500",
|
28 |
| - "inputValidation.errorBackground": "#5A1D1D", |
29 |
| - "inputValidation.errorBorder": "#BE1100", |
30 |
| - "icon.foreground": "#C5C5C5", |
31 |
| - "panelTitle.activeForeground": "#E7E7E7", |
32 |
| - "panelTitle.inactiveForeground": "#e7e7e799", |
33 |
| - "problemsWarningIcon.foreground": "#CCA700", |
34 |
| - "problemsErrorIcon.foreground": "#F48771", |
35 |
| - "problemsInfoIcon.foreground": "#75BEFF", |
36 |
| - "settings.textInputBackground": "#292929", |
37 |
| - "settings.numberInputBackground": "#292929", |
| 27 | + "list.activeSelectionBackground": "#094771", |
| 28 | + "list.dropBackground": "#383B3D", |
| 29 | + "list.focusOutline": "#007FD4", |
| 30 | + "list.inactiveSelectionBackground": "#37373D", |
38 | 31 | "menu.background": "#252526",
|
39 | 32 | "menu.foreground": "#CCCCCC",
|
40 | 33 | "menu.selectionBackground": "#094771",
|
41 | 34 | "menu.separatorBackground": "#BBBBBB",
|
| 35 | + "minimapSlider.activeBackground": "#bfbfbf66", |
42 | 36 | "minimapSlider.background": "#79797980",
|
43 | 37 | "minimapSlider.hoverBackground": "#64646480",
|
44 |
| - "minimapSlider.activeBackground": "#bfbfbf66", |
45 |
| - "statusBarItem.remoteForeground": "#FFF", |
| 38 | + "panelTitle.activeForeground": "#E7E7E7", |
| 39 | + "panelTitle.inactiveForeground": "#e7e7e799", |
| 40 | + "problemsErrorIcon.foreground": "#F48771", |
| 41 | + "problemsInfoIcon.foreground": "#75BEFF", |
| 42 | + "problemsWarningIcon.foreground": "#CCA700", |
| 43 | + "settings.numberInputBackground": "#292929", |
| 44 | + "settings.textInputBackground": "#292929", |
| 45 | + "sideBarSectionHeader.background": "#0000", |
| 46 | + "sideBarSectionHeader.border": "#ccc3", |
| 47 | + "sideBarTitle.foreground": "#BBBBBB", |
46 | 48 | "statusBarItem.remoteBackground": "#16825D",
|
47 |
| - "sidebarSectionHeader.background": "#0000", |
48 |
| - "sidebarSectionHeader.border": "#ccc3", |
49 |
| - "tab.border": "#252526", |
50 |
| - "tab.inactiveBackground": "rgb(45, 45, 45)", |
51 |
| - "tab.inactiveForeground": "rgba(255, 255, 255, 0.5)", |
| 49 | + "statusBarItem.remoteForeground": "#FFF", |
52 | 50 | "tab.activeBackground": "#1E1E1E",
|
53 | 51 | "tab.activeForeground": "#fff",
|
54 |
| - "diffEditor.insertedTextBackground": "#9bb95533", |
55 |
| - "diffEditor.removedTextBackground": "#ff000033", |
56 |
| - "actionBar.checkedBackground": "rgba(0, 127, 212, 0.4)" |
| 52 | + "tab.border": "#252526", |
| 53 | + "tab.inactiveBackground": "#2d2d2d", |
| 54 | + "tab.inactiveForeground": "#ffffff80" |
57 | 55 | },
|
58 | 56 | "semanticHighlighting": true
|
59 | 57 | }
|
0 commit comments