From 3a19bb1dda488fbf906ba20c1417dbd707ab0cce Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 16 Feb 2026 14:27:03 -0700 Subject: [PATCH] Swap theme --- modules/home/zed.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" = {