|
8 | 8 |
|
9 | 9 | // Title Bar |
10 | 10 | "titleBar.activeBackground": "#101415", |
11 | | - "titleBar.border": "#101415e6", |
| 11 | + "titleBar.border": "#1E2527", |
12 | 12 |
|
13 | 13 | // Sidebar" |
14 | 14 | "sideBar.background": "#171C1E", |
|
37 | 37 | "editor.background": "#101415", |
38 | 38 | "editor.selectionBackground": "#222b2e", |
39 | 39 | "editor.lineHighlightBackground": "#1D2427", |
40 | | - "editorRuler.foreground": "#2c2c2c", |
| 40 | + "editorRuler.foreground": "#313636", |
| 41 | + "editorIndentGuide.activeBackground": "#313636", |
| 42 | + "editorIndentGuide.background": "#313636", |
41 | 43 |
|
42 | 44 | // List and trees |
43 | 45 | "list.activeSelectionBackground": "#1D2427", |
|
46 | 48 | "list.inactiveSelectionForeground": "#c3c3c3", |
47 | 49 | "list.hoverBackground": "#1D2427", |
48 | 50 | "list.hoverForeground": "#c3c3c3", |
| 51 | + "list.focusBackground": "#6F1B3380", |
| 52 | + "list.focusForeground": "#f3b9a3", |
| 53 | + "quickInput.foreground": "#A8A9A9", |
| 54 | + "pickerGroup.foreground": "#f3b9a3", |
49 | 55 |
|
50 | 56 | // Status Bar |
51 | 57 | "statusBar.background": "#6F1B33", |
52 | 58 | "statusBar.foreground": "#f3b9a3", |
53 | | - "statusBar.border": "#671f33", |
| 59 | + "statusBar.border": "#884457", |
54 | 60 | "statusBar.noFolderBackground": "#6F1B33", |
55 | 61 | "statusBar.noFolderForeground": "#f3b9a3", |
56 | 62 |
|
|
0 commit comments