From 343cae40215796f840a8997d5348a10e7a4360dd Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 31 Mar 2020 20:34:40 +0200 Subject: [PATCH] dunst with new colors --- .config/dunst/dunstrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index b0c3cad..34e627f 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -10,7 +10,7 @@ padding = 0 horizontal_padding = 8 frame_width = 3 - frame_color = "#282828" + frame_color = "#000000" # Define a color for the separator. # possible values are: @@ -75,21 +75,21 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828" - foreground = "#928374" + background = "#ffa500" + foreground = "#000000" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#458588" - foreground = "#ebdbb2" + background = "#ffa500" + foreground = "#000000" timeout = 5 [urgency_critical] - background = "#cc2421" - foreground = "#ebdbb2" - frame_color = "#fabd2f" + background = "#ffa500" + foreground = "#000000" + frame_color = "#000000" timeout = 0 # Every section that isn't one of the above is interpreted as a rules to