diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-28 22:56:19 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-28 22:56:19 +0300 |
commit | f6f11476c70d918864cf39c954cfc492a7bd62b4 (patch) | |
tree | 96a90c85269fa0e3bd0408f12f985ae36b4b7290 /profiles/main/data/settings.json | |
parent | 03812ea12174014480e0f5a9e9dc850903994265 (diff) |
profile(main): update -- 2024-10-28T19:56:19.114Z
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, |