From 8b31d550cb536255247bc4e3263d34038b3e3218 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 26 Oct 2024 20:15:32 +0300 Subject: dunst --- .config/dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index ee34c67..c62cc70 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,17 +11,17 @@ format = "%s\n%b" [urgency_low] - background = "#1d2021" - foreground = "#928374" + background = "#282828" + foreground = "#ebdbb2" timeout = 3 [urgency_normal] - foreground = "#f9e2af" - background = "#1e1e2e" + foreground = "#ebdbb2" + background = "#282828" timeout = 5 [urgency_critical] - background = "#1cc24d" + background = "#282828" foreground = "#ebdbb2" frame_color = "#fabd2f" timeout = 10 -- cgit v1.2.3