mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: themes module is sick now
This commit is contained in:
parent
a5ec879db0
commit
00cc80e9e4
31 changed files with 460 additions and 48 deletions
3
home/modules/tofi/config/settings.nix
Normal file → Executable file
3
home/modules/tofi/config/settings.nix
Normal file → Executable file
|
@ -3,12 +3,13 @@ let
|
|||
inherit (flake.config.aesthetics.themes)
|
||||
currentTheme
|
||||
palettes
|
||||
font
|
||||
;
|
||||
|
||||
el = palettes.${currentTheme}.colours;
|
||||
in
|
||||
{
|
||||
font-size = 12;
|
||||
font-size = font.size.desktop;
|
||||
hint-font = true;
|
||||
background-color = "#${el.base02}";
|
||||
outline-color = "#${el.base0E}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue