Back to catppuccin (mocha)

This commit is contained in:
Evie Litherland-Smith 2023-11-08 10:03:06 +00:00
parent e013fc5997
commit c865a50396
2 changed files with 9 additions and 5 deletions

View file

@ -117,7 +117,7 @@
stylix = {
image = ./wallpapers/default.jpg;
base16Scheme =
"${pkgs.base16-schemes}/share/themes/primer-dark.yaml";
"${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
polarity = "dark";
opacity = {
applications = 0.8;

View file

@ -5,8 +5,8 @@
gtk = {
enable = true;
cursorTheme = {
package = pkgs.volantes-cursors;
name = "volantes_cursors";
package = pkgs.catppuccin-cursors.mochaDark;
name = "Catppuccin-Mocha-Dark-Cursors";
size = 24;
};
iconTheme = {
@ -14,8 +14,12 @@
name = "Papirus-Dark";
};
theme = {
package = pkgs.sweet;
name = "Sweet-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "lavender" ];
size = "standard";
variant = "mocha";
};
name = "Catppuccin-Mocha-Standard-Lavender";
};
};
xdg.configFile."gtklock/config.ini".text = let