diff --git a/modules/home-manager/zed.nix b/modules/home-manager/zed.nix index 624c79d..1ff7f05 100644 --- a/modules/home-manager/zed.nix +++ b/modules/home-manager/zed.nix @@ -8,6 +8,7 @@ "rust" "rosé pine" + "cattpuccin blur" "typescript" "javascript" @@ -28,7 +29,7 @@ userSettings = { theme = { mode = "system"; - "dark" = "Rosé Pine Moon"; + dark = "Cattpuccin Frappé (Blur)"; light = "Rosé Pine Dawn"; }; hour_format = "hour24"; @@ -40,4 +41,4 @@ }; }; }; -} \ No newline at end of file +}