Theme WIP overhaul

This commit is contained in:
kat witch 2021-08-26 18:26:57 +01:00
parent dc099c0d4f
commit 68594e6282
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
14 changed files with 341 additions and 193 deletions

View file

@ -124,9 +124,9 @@ in
};
};
fonts = {
names = [ config.kw.font.name ];
names = [ config.kw.theme.font.name ];
style = "Medium";
size = config.kw.font.size;
size = config.kw.theme.font.size;
};
terminal = "${pkgs.foot}/bin/foot";
menu = "${pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop --no-generic --dmenu=\"${dmenu}\" --term='${footwrap}/bin/footwrap'";
@ -288,7 +288,7 @@ in
"${cfg.modifier}+Delete" = ''mode "System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown"'';
};
colors = let base16 = config.kw.hexColors; in
colors = let inherit (config.kw.theme) base16; in
{
focused = {
border = base16.base01;