refactor: major theme refactor

new profile catagory: theme. refactor modules for wallpaper, fonts, gtk,
and qt. adjusted modules that depend on old theming modules
This commit is contained in:
ooks-io 2024-04-06 22:38:54 +13:00
parent 7d910ba77c
commit f5e87f2a79
34 changed files with 217 additions and 118 deletions

View file

@ -3,6 +3,7 @@
let
cfg = config.homeModules.desktop.productivity.zathura;
inherit (config.colorscheme) colors;
fonts = config.homeModules.theme.fonts;
in
{
@ -10,7 +11,7 @@ in
programs.zathura = {
enable = true;
options = {
font = "${config.fontProfiles.regular.family} 14";
font = "${fonts.regular.family} 14";
recolor = true;
selection-clipboard = "clipboard";
default-bg = "#${colors.base00}";