diff --git a/modules/rice/dunst.nix b/modules/rice/dunst.nix index 958c1ed..7091638 100644 --- a/modules/rice/dunst.nix +++ b/modules/rice/dunst.nix @@ -49,12 +49,12 @@ in { fullscreen_delay_everything.fullscreen = "delay"; urgency_low = { background = "#${subtle}f2"; - foreground = x muted; + foreground = x text; timeout = 5; }; urgency_normal = { background = "#${subtle}f2"; - foreground = "#c6d0f5"; + foreground = x text; timeout = 6; }; urgency_critical = {