diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index fb62eaac..1dbaecc7 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -89,7 +89,7 @@ frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#7f3fbf" + frame_color = "#8AADF4" # Define a color for the separator. # possible values are: @@ -97,7 +97,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = auto + separator_color = frame # Sort messages by urgency. sort = yes @@ -293,23 +293,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#28143c" - foreground = "#ffffff" + background = "#24273A" + foreground = "#CAD3F5" timeout = 5 # Icon for notifications with low urgency, uncomment to enable icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png [urgency_normal] - background = "#28143c" - foreground = "#ffffff" + background = "#24273A" + foreground = "#CAD3F5" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png [urgency_critical] - background = "#28143c" - foreground = "#ffffff" - frame_color = "#ff7f7f" + background = "#24273A" + foreground = "#CAD3F5" + frame_color = "#F5A97F" timeout = 120 # Icon for notifications with critical urgency, uncomment to enable icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png