diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-28 22:26:31 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-28 22:26:31 +0300 |
commit | 03812ea12174014480e0f5a9e9dc850903994265 (patch) | |
tree | 6f94f9a681aa5bb45fe7864570339aae2491ef6e /profiles/main/data/settings.json | |
parent | b4591e582ed492968255ca187277920539868cd5 (diff) |
profile(main): update -- 2024-10-28T19:26:31.977Z
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 17c6b6b..1a032d1 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -189,9 +189,20 @@ "window.autoDetectColorScheme": true, "window.titleBarStyle": "custom", "workbench.colorCustomizations": { - "editorWhitespace.foreground": "#a3a33a" + "editorWhitespace.foreground": "#a3a33a", + "[Atom One Light]": { + "activityBar.background": "#e0e0e0", + "activityBar.border": "#c5c5c5", + "titleBar.activeBackground": "#475057", + "titleBar.activeForeground": "#fff", + "titleBar.inactiveBackground": "#475057", + "titleBar.inactiveForeground": "#fff", + "menubar.selectionForeground": "#fff", + "titleBar.border": "#3c444a", + "sideBar.border": "#d4d4d8" + } }, - "workbench.colorTheme": "One Dark Modern", + "editor.semanticHighlighting.enabled": false, "workbench.startupEditor": "none", "workbench.tips.enabled": false, "explorer.fileNesting.expand": false, @@ -205,11 +216,13 @@ "editor.defaultFormatter": "a-h.templ" }, "workbench.iconTheme": "vscode-jetbrains-icon-theme-2023-auto", - "workbench.productIconTheme": "jetbrains-idea-product-icon-theme", + "workbench.productIconTheme": "icons-carbon", "[yaml]": { "editor.defaultFormatter": "redhat.vscode-yaml" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "workbench.preferredLightColorTheme": "Atom One Light", + "workbench.preferredDarkColorTheme": "Atom One Dark" } |