Style: Keep fg contrast only for notifications.
This commit is contained in:
parent
3fb91b5afb
commit
29614c83ca
|
@ -11,7 +11,7 @@
|
|||
selection = {
|
||||
bg = "#${color.selection}";
|
||||
bold = true;
|
||||
fg = "#${color.bg.dark}";
|
||||
fg = "#${color.fg.dark}";
|
||||
};
|
||||
transparent = {
|
||||
bg = lib.generators.mkLuaInline "clear";
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue