modules/theme: use purple accent for catppuccin gtk
This commit is contained in:
parent
02ab15aad4
commit
1303ad9df0
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@ in {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Name for the GTK theme";
|
description = "Name for the GTK theme";
|
||||||
default = "Catppuccin-GTK-Dark";
|
default = "Catppuccin-GTK-Purple-Dark";
|
||||||
};
|
};
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = package;
|
type = package;
|
||||||
description = "Package providing the GTK theme";
|
description = "Package providing the GTK theme";
|
||||||
|
|
||||||
default = pkgs.magnetic-catppuccin-gtk.overrideAttrs {
|
default = pkgs.magnetic-catppuccin-gtk.override {
|
||||||
accent = "purple";
|
accent = ["purple"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue