diff --git a/modules/rice/dunst.nix b/modules/rice/dunst.nix index 3f25b13..958c1ed 100644 --- a/modules/rice/dunst.nix +++ b/modules/rice/dunst.nix @@ -48,17 +48,17 @@ in { }; fullscreen_delay_everything.fullscreen = "delay"; urgency_low = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = x muted; timeout = 5; }; urgency_normal = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = "#c6d0f5"; timeout = 6; }; urgency_critical = { - background = "#${subtle}83"; + background = "#${subtle}f2"; foreground = x text; frame_color = "#${pine}80"; timeout = 0;