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 = {
bg = "#${color.selection}";
bold = true;
fg = "#${color.bg.dark}";
fg = "#${color.fg.dark}";
};
transparent = {
bg = lib.generators.mkLuaInline "clear";

View file

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