catppuccin-red: update
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-07-09 04:50:00 -04:00
parent 76285ef21d
commit e1db1864df
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -10,9 +10,10 @@
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
name = "Catppuccin-Mocha-Standard-Red-Dark"; name = "Catppuccin-Mocha-Standard-Red-dark";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = ["red"]; accents = ["red"];
size = "standard";
variant = "mocha"; variant = "mocha";
}; };
}; };