Style: Keep fg contrast only for notifications.
This commit is contained in:
parent
3fb91b5afb
commit
29614c83ca
|
@ -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";
|
||||||
|
|
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue