diff --git a/home/modules/zed.nix b/home/modules/zed.nix index 1b79e2a..6e54ca7 100644 --- a/home/modules/zed.nix +++ b/home/modules/zed.nix @@ -14,7 +14,7 @@ in { extensions = [ "nix" "codebook" - "vscode-dark-high-contrast" + "one-dark" "catppuccin-icons" ]; extraPackages = with pkgs; [ @@ -23,8 +23,8 @@ in { userSettings = { disable_ai = true; theme = { - dark = "VSCode Dark High Contrast"; - light = "VSCode Dark High Contrast"; + dark = "One Dark"; + light = "One Dark"; }; icon_theme = { dark = "Catppuccin Latte"; @@ -41,7 +41,7 @@ in { autosave = "on_focus_change"; auto_update = false; buffer_font_family = "JetBrains Mono"; - buffer_font_size = 22; + buffer_font_size = 16; hide_mouse = "never"; minimap.show = "auto"; tabs = {