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
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
cfg = config.homeModules.desktop.communication.discord;
|
||||
fonts = config.homeModules.theme.fonts;
|
||||
inherit (config.colorscheme) colors;
|
||||
in
|
||||
|
||||
|
|
@ -29,8 +30,8 @@ in
|
|||
--nix-accent: #${colors.base08};
|
||||
--nix-hi: #${colors.base0B};
|
||||
|
||||
--font-mono: ${config.fontProfiles.monospace.family}, monospace;
|
||||
--font-regular: ${config.fontProfiles.regular.family}, sans serif;
|
||||
--font-mono: ${fonts.monospace.family}, monospace;
|
||||
--font-regular: ${fonts.regular.family}, sans serif;
|
||||
|
||||
/* server collapse */
|
||||
--sb-collapsed-width: 12px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue