diff options
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index edc132f..1ddb0b4 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -208,9 +208,12 @@ "commandCenter.background": "#e5e5e7", "commandCenter.foreground": "#424242", "icon.foreground":"#424242", + "statusBar.background": "#e0e0e0", "statusBar.noFolderBorder": "#d4d4d8", "statusBar.border": "#d4d4d8", - "statusBar.focusBorder": "#d4d4d8" + "statusBar.focusBorder": "#d4d4d8", + "tab.border":"#d4d4d8", + "panel.border":"#d4d4d8", } }, "editor.semanticHighlighting.enabled": false, @@ -234,6 +237,6 @@ "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, - "workbench.preferredLightColorTheme": "NeonXP Theme Light", + "workbench.preferredLightColorTheme": "Atom One Light", "workbench.preferredDarkColorTheme": "Atom One Dark" } |