From 844127d30f2def09814146bccfd12cbcdc1b1132 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Feb 2026 18:16:27 -0500 Subject: [PATCH] fix(dunst): color schemes --- home/modules/ui.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;