diff options
author | Alexander <a.kiryukhin@vk.team> | 2024-10-30 15:38:15 +0300 |
---|---|---|
committer | Alexander <a.kiryukhin@vk.team> | 2024-10-30 15:38:15 +0300 |
commit | 96dc5a8b258e6da6ba0271f1b6a599b9b3f2deb2 (patch) | |
tree | 5144fa676d5bd14ec19c5e53944ac41b70ed68a6 /profiles/main/data/settings.json | |
parent | 7d3a3f3f4c5c4beb0c2909cbdfd1210f515c2d28 (diff) |
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 1ddb0b4..6b40c6d 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -196,24 +196,26 @@ "titleBar.activeBackground": "#475057", "titleBar.activeForeground": "#fff", "titleBar.inactiveBackground": "#475057", - "titleBar.inactiveForeground": "#fff", + "titleBar.inactiveForeground": "#ccc", "menubar.selectionForeground": "#fff", "titleBar.border": "#3c444a", - "sideBar.border": "#d4d4d8", + "sideBar.border": "#c5c5c5", "sideBarSectionHeader.background": "#e5e5e7", - "sideBarSectionHeader.border": "#a1a1aa", + "sideBarSectionHeader.border": "#c5c5c5", "sideBarSectionHeader.foreground": "#000", "commandCenter.activeBackground": "#e5e5e7", "commandCenter.activeForeground": "#000000", + "commandCenter.inactiveForeground": "#424242", "commandCenter.background": "#e5e5e7", "commandCenter.foreground": "#424242", "icon.foreground":"#424242", "statusBar.background": "#e0e0e0", "statusBar.noFolderBorder": "#d4d4d8", - "statusBar.border": "#d4d4d8", + "statusBar.border": "#c5c5c5", "statusBar.focusBorder": "#d4d4d8", - "tab.border":"#d4d4d8", - "panel.border":"#d4d4d8", + "tab.border":"#c5c5c5", + "panel.border":"#c5c5c5", + "editorWidget.border": "#c5c5c5", } }, "editor.semanticHighlighting.enabled": false, |