From 973492cbbb1172f6db80ae51e52f53bf34c625ae Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 10 Aug 2025 17:09:58 +0530 Subject: Theme change --- config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/dunst/dunstrc') diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index f537440..36a7a91 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -131,17 +131,17 @@ frame_color = "#6f8285" [urgency_low] - background = "#7e6aD3" + background = "#042f2f" foreground = "#ffffff" timeout = 3 [urgency_normal] - background = "#4e3aA3" + background = "#007070" foreground = "#ffffff" timeout = 5 [urgency_critical] - background = "#d63031" + background = "#7c162e" foreground = "#ffffff" timeout = 10 -- cgit v1.3.1