Fix GTK theme name, change accent colour

This commit is contained in:
Evie Litherland-Smith 2023-11-08 10:18:53 +00:00
parent c865a50396
commit 3bfad55b91

View file

@ -15,11 +15,11 @@
}; };
theme = { theme = {
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "lavender" ]; accents = [ "yellow" ];
size = "standard"; size = "standard";
variant = "mocha"; variant = "mocha";
}; };
name = "Catppuccin-Mocha-Standard-Lavender"; name = "Catppuccin-Mocha-Standard-Yellow-Dark";
}; };
}; };
xdg.configFile."gtklock/config.ini".text = let xdg.configFile."gtklock/config.ini".text = let