change gtk theme to catpuccin

This commit is contained in:
Frost-Phoenix 2023-11-09 22:45:58 +01:00
parent 2f773d837d
commit e117d25ebf

View file

@ -11,19 +11,19 @@
enable = true;
font = {
name = "JetBrainsMono Nerd Font";
size = 10;
size = 12;
};
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus-Dark";
};
theme = {
name = "Catppuccin-Mocha-Standard-Lavender-Dark";
name = "Catppuccin-Macchiato-Compact-Pink-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "lavender" ];
size = "standard";
tweaks = [ "rimless" ];
variant = "mocha";
accents = [ "pink" ];
size = "compact";
tweaks = [ "rimless" "black" ];
variant = "macchiato";
};
};
cursorTheme = {