summaryrefslogtreecommitdiff
path: root/profiles/main/data/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r--profiles/main/data/settings.json21
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"
}