fix(dunst): color schemes

This commit is contained in:
Barrett Ruth 2026-02-11 18:16:27 -05:00
parent 5db1a08d07
commit 844127d30f
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -188,7 +188,8 @@ in
}; };
urgency_low = { urgency_low = {
background = c.bg; background = c.bg;
foreground = c.fg; foreground = c.blue;
frame_color = c.blue;
}; };
urgency_normal = { urgency_normal = {
background = c.bg; background = c.bg;