Style: Keep fg contrast only for notifications.

This commit is contained in:
Dmitry Voronin 2024-11-06 04:36:42 +03:00
parent 3fb91b5afb
commit 29614c83ca
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
selection = { selection = {
bg = "#${color.selection}"; bg = "#${color.selection}";
bold = true; bold = true;
fg = "#${color.bg.dark}"; fg = "#${color.fg.dark}";
}; };
transparent = { transparent = {
bg = lib.generators.mkLuaInline "clear"; bg = lib.generators.mkLuaInline "clear";

View file

@ -2,7 +2,7 @@
config, config,
... ...
}: let }: let
fg = config.module.style.color.bg.dark; fg = config.module.style.color.fg.dark;
selection = config.module.style.color.selection; selection = config.module.style.color.selection;
in { in {
text = '' text = ''