mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 00:24:06 -06:00
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:
@@ -12,7 +12,6 @@
|
||||
// Workbench Settings
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.tree.indent": 24,
|
||||
"workbench.preferredLightColorTheme": "Cursor Light",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
|
||||
// Window Settings
|
||||
|
||||
@@ -21,3 +21,4 @@ zoxide = "latest"
|
||||
dust = "latest"
|
||||
bun = "latest"
|
||||
imagemagick = "latest"
|
||||
curlie = "latest"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -240,7 +240,8 @@
|
||||
"feature-dev@claude-code-plugins": true,
|
||||
"rust-analyzer-lsp@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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user