diff options
author | Alexander <a.kiryukhin@vk.team> | 2024-10-30 14:37:32 +0300 |
---|---|---|
committer | Alexander <a.kiryukhin@vk.team> | 2024-10-30 14:37:32 +0300 |
commit | 7d3a3f3f4c5c4beb0c2909cbdfd1210f515c2d28 (patch) | |
tree | c235d34f66d5053a432413b44295687edb63c8c2 /profiles/main/data/settings.json | |
parent | 4758626380cbd68123b1e52875668ef7ce4299c1 (diff) |
profile(main): update -- 2024-10-30T11:37:32.647Z
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" } |