config: update editor themes and add tools

- Switch Cursor and Zed to dark mode themes
- Add gopls-lsp plugin and curlie tool to mise
This commit is contained in:
2026-01-03 19:04:40 -06:00
parent 942e814f1a
commit ce9afed824
4 changed files with 5 additions and 4 deletions
-1
View File
@@ -12,7 +12,6 @@
// Workbench Settings // Workbench Settings
"workbench.startupEditor": "none", "workbench.startupEditor": "none",
"workbench.tree.indent": 24, "workbench.tree.indent": 24,
"workbench.preferredLightColorTheme": "Cursor Light",
"workbench.iconTheme": "material-icon-theme", "workbench.iconTheme": "material-icon-theme",
// Window Settings // Window Settings
+1
View File
@@ -21,3 +21,4 @@ zoxide = "latest"
dust = "latest" dust = "latest"
bun = "latest" bun = "latest"
imagemagick = "latest" imagemagick = "latest"
curlie = "latest"
+2 -2
View File
@@ -15,9 +15,9 @@
"buffer_font_size": 15, "buffer_font_size": 15,
"auto_signature_help": false, "auto_signature_help": false,
"theme": { "theme": {
"mode": "light", "mode": "dark",
"light": "One Light", "light": "One Light",
"dark": "Min Dark (Blurred)" "dark": "One Dark"
}, },
"terminal": { "terminal": {
"font_family": "ZedMono Nerd Font" "font_family": "ZedMono Nerd Font"
+2 -1
View File
@@ -240,7 +240,8 @@
"feature-dev@claude-code-plugins": true, "feature-dev@claude-code-plugins": true,
"rust-analyzer-lsp@claude-plugins-official": true, "rust-analyzer-lsp@claude-plugins-official": true,
"ralph-wiggum@claude-plugins-official": true, "ralph-wiggum@claude-plugins-official": true,
"superpowers@superpowers-marketplace": true "superpowers@superpowers-marketplace": true,
"gopls-lsp@claude-plugins-official": true
}, },
"alwaysThinkingEnabled": true "alwaysThinkingEnabled": true
} }