1
1
Fork 0
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:
Rouven Seifert 2023-02-14 19:49:31 +01:00
parent 19580dd4f2
commit 93a33fbe51
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 12 additions and 8 deletions
users/rouven/modules/foot

View file

@ -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;