From ce9afed82418d3b429e2527c755496b085c217d2 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 3 Jan 2026 19:04:40 -0600 Subject: [PATCH] config: update editor themes and add tools - Switch Cursor and Zed to dark mode themes - Add gopls-lsp plugin and curlie tool to mise --- home/.managed/cursor/settings.linux.json | 1 - home/.managed/mise/config.toml | 1 + home/.managed/zed/settings.linux.json | 4 ++-- home/claude-settings.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/.managed/cursor/settings.linux.json b/home/.managed/cursor/settings.linux.json index 8351b98..03f81e3 100755 --- a/home/.managed/cursor/settings.linux.json +++ b/home/.managed/cursor/settings.linux.json @@ -12,7 +12,6 @@ // Workbench Settings "workbench.startupEditor": "none", "workbench.tree.indent": 24, - "workbench.preferredLightColorTheme": "Cursor Light", "workbench.iconTheme": "material-icon-theme", // Window Settings diff --git a/home/.managed/mise/config.toml b/home/.managed/mise/config.toml index 9c4f2e1..75e9818 100644 --- a/home/.managed/mise/config.toml +++ b/home/.managed/mise/config.toml @@ -21,3 +21,4 @@ zoxide = "latest" dust = "latest" bun = "latest" imagemagick = "latest" +curlie = "latest" diff --git a/home/.managed/zed/settings.linux.json b/home/.managed/zed/settings.linux.json index 259c8fa..733143f 100644 --- a/home/.managed/zed/settings.linux.json +++ b/home/.managed/zed/settings.linux.json @@ -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" diff --git a/home/claude-settings.json b/home/claude-settings.json index 2854a7a..77f96ef 100644 --- a/home/claude-settings.json +++ b/home/claude-settings.json @@ -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 }