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:
parent
7d910ba77c
commit
f5e87f2a79
34 changed files with 217 additions and 118 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue