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