From 359c02a90d6370a222f6e89abc866c5c1924bd5c Mon Sep 17 00:00:00 2001 From: BanceDev Date: Sat, 21 Feb 2026 16:28:41 -0500 Subject: update dunst colors --- dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dunst') diff --git a/dunst/dunstrc b/dunst/dunstrc index a701a24..ff8576d 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -114,13 +114,13 @@ [urgency_normal] # Normal urgency notifications - background = "#202632" - foreground = "#ffffff" + background = "#101010" + foreground = "#cccccc" timeout = 5 [urgency_critical] # High urgency notifications - background = "#ffffff" - foreground = "#db0101" + background = "#cccccc" + foreground = "#101010" timeout = 0 -- cgit v1.2.3-59-g8ed1b