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.startupEditor": "none",
"workbench.tree.indent": 24,
"workbench.preferredLightColorTheme": "Cursor Light",
"workbench.iconTheme": "material-icon-theme",
// Window Settings
+1
View File
@@ -21,3 +21,4 @@ zoxide = "latest"
dust = "latest"
bun = "latest"
imagemagick = "latest"
curlie = "latest"
+2 -2
View File
@@ -15,9 +15,9 @@
"buffer_font_size": 15,
"auto_signature_help": false,
"theme": {
"mode": "light",
"mode": "dark",
"light": "One Light",
"dark": "Min Dark (Blurred)"
"dark": "One Dark"
},
"terminal": {
"font_family": "ZedMono Nerd Font"