diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 83097ce..6391b35 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -95,7 +95,7 @@ frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#000000" + frame_color = "#232634" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border @@ -318,24 +318,24 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#272e33" - foreground = "#d3c6aa" + background = "#232634" + foreground = "#babbf1" timeout = 30 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#272e33" - foreground = "#d3c6aa" + background = "#232634" + foreground = "#babbf1" timeout = 30 override_pause_level = 30 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#3f0000" - foreground = "#d3c6aa" - frame_color = "#590000" + background = "#e78284" + foreground = "#414559" + frame_color = "#eebebe" timeout = 0 override_pause_level = 60 # Icon for notifications with critical urgency, uncomment to enable