diff --git a/home/modules/ui.nix b/home/modules/ui.nix index f3099a4..87f5e0b 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -188,7 +188,8 @@ in }; urgency_low = { background = c.bg; - foreground = c.fg; + foreground = c.blue; + frame_color = c.blue; }; urgency_normal = { background = c.bg;