diff --git a/home/gtk/catppuccin-red.nix b/home/gtk/catppuccin-red.nix index ff51bfc..307f677 100644 --- a/home/gtk/catppuccin-red.nix +++ b/home/gtk/catppuccin-red.nix @@ -10,9 +10,10 @@ gtk = { enable = true; theme = { - name = "Catppuccin-Mocha-Standard-Red-Dark"; + name = "Catppuccin-Mocha-Standard-Red-dark"; package = pkgs.catppuccin-gtk.override { accents = ["red"]; + size = "standard"; variant = "mocha"; }; };