change gtk theme to catpuccin
This commit is contained in:
parent
2f773d837d
commit
e117d25ebf
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue