diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index dcaa04b..61b0d01 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -292,25 +292,25 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#002b36" - foreground = "#839496" - frame_color = "#073642" + background = "#282828" + foreground = "#d5c4a1" + frame_color = "#3c3836" timeout = 5 # Icon for notifications with low urgency, uncomment to enable #new_icon = /path/to/icon [urgency_normal] - background = "#002b36" - foreground = "#859900" - frame_color = "#073642" + background = "#282828" + foreground = "#98971a" + frame_color = "#3c3836" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable #new_icon = /path/to/icon [urgency_critical] - background = "#002b36" - foreground = "#dc322f" - frame_color = "#cb4b16" + background = "#282828" + foreground = "#cc241d" + frame_color = "#d65d0e" timeout = 10 # Icon for notifications with critical urgency, uncomment to enable #new_icon = /path/to/icon