From e1db1864dfda8ad89444cf0d51b554c85786576e Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 9 Jul 2023 04:50:00 -0400 Subject: [PATCH] catppuccin-red: update --- home/gtk/catppuccin-red.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }; };