theme: fixed failure to apply default catppuccin-gtk themes due to upstream renaming

This commit is contained in:
Aly Raffauf 2024-06-25 09:54:17 -04:00
parent 2367a32067
commit 3de76e8a6b
4 changed files with 4 additions and 4 deletions

View file

@ -328,7 +328,7 @@
gtk = {
name = lib.mkOption {
description = "GTK theme name.";
default = "Catppuccin-Frappe-Compact-Mauve-Dark";
default = "catppuccin-frappe-mauve-compact+normal";
type = lib.types.str;
};
package = lib.mkOption {

View file

@ -47,7 +47,7 @@
};
theme = {
gtk = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
name = "catppuccin-frappe-mauve-compact+normal";
package = pkgs.catppuccin-gtk.override {
accents = ["mauve"];
size = "compact";

View file

@ -40,7 +40,7 @@
};
theme = {
gtk = {
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
name = "catppuccin-frappe-mauve-compact+normal";
package = pkgs.catppuccin-gtk.override {
accents = ["mauve"];
size = "compact";

View file

@ -22,7 +22,7 @@
theme = lib.mkForce {
enable = true;
gtk = {
name = "Catppuccin-Macchiato-Compact-Mauve-Dark";
name = "catppuccin-macchiato-mauve-compact+normal";
package = pkgs.catppuccin-gtk.override {
accents = ["mauve"];
size = "compact";