diff --git a/modules/home/zed.nix b/modules/home/zed.nix index 5b9fe07..a563dc0 100644 --- a/modules/home/zed.nix +++ b/modules/home/zed.nix @@ -7,7 +7,7 @@ extensions = [ "nix" - "catppuccin" + "dracula" "catppuccin-icons" "toml" "elixir" @@ -19,7 +19,7 @@ ]; userSettings = { - icon_theme = "Catppuccin Macchiato"; + icon_theme = "Dracula"; title_bar = { show_sign_in = false; }; @@ -39,7 +39,7 @@ theme = { mode = "system"; light = "One Light"; - dark = "Catppuccin Macchiato"; + dark = "Dracula"; }; languages = { "Nix" = {