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 = { stylix = {
image = ./wallpapers/default.jpg; image = ./wallpapers/default.jpg;
base16Scheme = base16Scheme =
"${pkgs.base16-schemes}/share/themes/primer-dark.yaml"; "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
polarity = "dark"; polarity = "dark";
opacity = { opacity = {
applications = 0.8; applications = 0.8;

View file

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