|
2 | 2 | "name": "Arduino dark",
|
3 | 3 | "type": "dark",
|
4 | 4 | "colors": {
|
5 |
| - "list.highlightForeground": "#171e21", |
6 |
| - "list.activeSelectionForeground": "#424242", |
7 |
| - "list.activeSelectionBackground": "#DAE3E3", |
8 |
| - "list.inactiveSelectionForeground": "#424242", |
9 |
| - "list.inactiveSelectionBackground": "#DAE3E3", |
10 |
| - "list.hoverBackground": "#ECF1F1", |
| 5 | + "list.highlightForeground": "#0ca1a6", |
| 6 | + "list.activeSelectionForeground": "#dae3e3", |
| 7 | + "list.activeSelectionBackground": "#434f54", |
| 8 | + "list.inactiveSelectionForeground": "#dae3e3", |
| 9 | + "list.inactiveSelectionBackground": "#434f54", |
| 10 | + "list.hoverBackground": "#1f272a", |
11 | 11 | "progressBar.background": "#005c5f",
|
12 | 12 | "editor.background": "#1f272a",
|
13 | 13 | "editor.foreground": "#dae3e3",
|
14 | 14 | "editor.lineHighlightBackground": "#434f5410",
|
15 | 15 | "editor.selectionBackground": "#f1c40f",
|
16 | 16 | "editorCursor.foreground": "#434f54",
|
17 | 17 | "editorWhitespace.foreground": "#bfbfbf",
|
18 |
| - "editorWidget.background": "#F7F9F9", |
| 18 | + "editorWidget.background": "#171e21", |
19 | 19 | "focusBorder": "#dae3e3",
|
20 | 20 | "menubar.selectionBackground": "#ffffff",
|
21 | 21 | "menubar.selectionForeground": "#212121",
|
|
27 | 27 | "titleBar.activeForeground": "#dae3e3",
|
28 | 28 | "terminal.background": "#000000",
|
29 | 29 | "terminal.foreground": "#e0e0e0",
|
30 |
| - "dropdown.border": "#ececec", |
31 |
| - "dropdown.background": "#ececec", |
32 |
| - "activityBar.background": "#101618", |
| 30 | + "dropdown.border": "#7fcbcd", |
| 31 | + "dropdown.background": "#2c353a", |
| 32 | + "dropdown.foreground": "#dae3e3", |
| 33 | + "activityBar.background": "#171e21", |
33 | 34 | "activityBar.foreground": "#dae3e3",
|
34 | 35 | "activityBar.inactiveForeground": "#4e5b61",
|
35 | 36 | "activityBar.activeBorder": "#0ca1a6",
|
36 | 37 | "statusBar.background": "#171e21",
|
37 |
| - "secondaryButton.background": "#b5c8c9", |
38 |
| - "secondaryButton.foreground": "#ececec", |
39 |
| - "secondaryButton.hoverBackground": "#dae3e3", |
| 38 | + "secondaryButton.background": "#ff000000", |
| 39 | + "secondaryButton.foreground": "#dae3e3", |
| 40 | + "secondaryButton.hoverBackground": "#434f54", |
40 | 41 | "arduino.branding.primary": "#0ca1a6",
|
41 | 42 | "arduino.branding.secondary": "#b5c8c9",
|
42 | 43 | "arduino.foreground": "#edf1f1",
|
43 | 44 | "arduino.output.foreground": "#ffffff",
|
44 | 45 | "arduino.output.background": "#000000",
|
| 46 | + "arduino.toolbar.hoverBackground": "#dae3e3", |
45 | 47 | "sideBar.background": "#101618",
|
46 | 48 | "input.background": "#000000",
|
47 | 49 | "foreground": "#dae3e3",
|
48 | 50 | "settings.headerForeground": "#dae3e3",
|
49 | 51 | "tree.indentGuidesStroke": "#374146",
|
50 |
| - "tab.unfocusedActiveForeground": "#dae3e3" |
| 52 | + "tab.unfocusedActiveForeground": "#dae3e3", |
| 53 | + "tab.inactiveBackground": "#171e21" |
51 | 54 | },
|
52 | 55 | "tokenColors": [
|
53 | 56 | {
|
|
97 | 100 | "variable.name"
|
98 | 101 | ],
|
99 | 102 | "settings": {
|
100 |
| - "foreground": "#434f54" |
| 103 | + "foreground": "#dae3e3" |
101 | 104 | }
|
102 | 105 | },
|
103 | 106 | {
|
|
0 commit comments