mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 17:18:47 +02:00
updates people, updates
This commit is contained in:
parent
19580dd4f2
commit
93a33fbe51
4 changed files with 12 additions and 8 deletions
users/rouven/modules/foot
|
@ -18,7 +18,7 @@
|
|||
colors = config.colorScheme.colors;
|
||||
in
|
||||
{
|
||||
alpha = 0.0;
|
||||
alpha = if (config.colorScheme.kind == "dark") then 0.0 else 1.0;
|
||||
background = colors.base00;
|
||||
foreground = colors.base05;
|
||||
regular0 = colors.base02;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue