diff options
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 1a032d1..90a5e71 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -199,7 +199,15 @@ "titleBar.inactiveForeground": "#fff", "menubar.selectionForeground": "#fff", "titleBar.border": "#3c444a", - "sideBar.border": "#d4d4d8" + "sideBar.border": "#d4d4d8", + "sideBarSectionHeader.background": "#e5e5e7", + "sideBarSectionHeader.border": "#a1a1aa", + "sideBarSectionHeader.foreground": "#000", + "commandCenter.activeBackground": "#e5e5e7", + "commandCenter.activeForeground": "#000000", + "commandCenter.background": "#e5e5e7", + "commandCenter.foreground": "#424242", + "icon.foreground":"#424242" } }, "editor.semanticHighlighting.enabled": false, |