Compare commits

..

2 commits

Author SHA1 Message Date
85a2f7327a
gtk: fix theme
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-06-25 11:03:41 -04:00
0ef4231038
fonts: fix hinting style 2023-06-25 11:03:30 -04:00
2 changed files with 7 additions and 3 deletions

View file

@ -9,11 +9,15 @@
gtk = { gtk = {
enable = true; enable = true;
font.name = "jost"; font = {
name = "jost";
package = pkgs.jost;
};
theme = { theme = {
name = "Catppuccin-Mocha-Standard-Pink-Dark"; name = "Catppuccin-Mocha-Standard-Pink-dark";
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = ["pink"]; accents = ["pink"];
size = "standard";
variant = "mocha"; variant = "mocha";
}; };
}; };

View file

@ -25,7 +25,7 @@
emoji = ["Twitter Color Emoji"]; emoji = ["Twitter Color Emoji"];
}; };
hinting.style = "hintfull"; hinting.style = "full";
}; };
}; };
} }