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.browser.schizofox;
|
||||
fonts = config.homeModules.theme.fonts;
|
||||
inherit (config.colorscheme) colors;
|
||||
in
|
||||
|
||||
|
|
@ -13,7 +14,7 @@ in
|
|||
programs.schizofox = {
|
||||
enable = true;
|
||||
theme = {
|
||||
font = "${config.fontProfiles.regular.family}";
|
||||
font = "${fonts.regular.family}";
|
||||
colors = {
|
||||
background-darker = "${colors.base00}";
|
||||
background = "${colors.base01}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue