mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 02:24:11 -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 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
|
||||||
|
|||||||
@@ -21,3 +21,4 @@ zoxide = "latest"
|
|||||||
dust = "latest"
|
dust = "latest"
|
||||||
bun = "latest"
|
bun = "latest"
|
||||||
imagemagick = "latest"
|
imagemagick = "latest"
|
||||||
|
curlie = "latest"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user