|
8 | 8 | "list.inactiveSelectionForeground": "#dae3e3",
|
9 | 9 | "list.inactiveSelectionBackground": "#434f54",
|
10 | 10 | "list.hoverBackground": "#1f272a",
|
| 11 | + "list.activeSelectionIconForeground": "#0ca1a6", |
11 | 12 | "progressBar.background": "#005c5f",
|
12 | 13 | "editor.background": "#1f272a",
|
13 | 14 | "editor.foreground": "#dae3e3",
|
|
16 | 17 | "editorCursor.foreground": "#434f54",
|
17 | 18 | "editorWhitespace.foreground": "#bfbfbf",
|
18 | 19 | "editorWidget.background": "#171e21",
|
| 20 | + "editorWidget.foreground": "#dae3e3", |
19 | 21 | "focusBorder": "#dae3e3",
|
20 | 22 | "menubar.selectionBackground": "#ffffff",
|
21 | 23 | "menubar.selectionForeground": "#212121",
|
|
28 | 30 | "titleBar.activeBackground": "#171e21",
|
29 | 31 | "titleBar.activeForeground": "#dae3e3",
|
30 | 32 | "terminal.background": "#000000",
|
31 |
| - "terminal.foreground": "#e0e0e0", |
| 33 | + "terminal.foreground": "#ffffff", |
32 | 34 | "dropdown.border": "#7fcbcd",
|
33 | 35 | "dropdown.background": "#2c353a",
|
34 | 36 | "dropdown.foreground": "#dae3e3",
|
|
64 | 66 | "settings.headerForeground": "#dae3e3",
|
65 | 67 | "tree.indentGuidesStroke": "#374146",
|
66 | 68 | "tab.unfocusedActiveForeground": "#dae3e3",
|
67 |
| - "tab.inactiveBackground": "#171e21" |
| 69 | + "tab.inactiveBackground": "#171e21", |
| 70 | + "textLink.foreground": "#0ca1a6" |
68 | 71 | },
|
69 | 72 | "tokenColors": [
|
70 | 73 | {
|
|
0 commit comments