diff --git a/etc/skel/.config/dunst/dunstrc b/etc/skel/.config/dunst/dunstrc index 7579bdb..452f72b 100644 --- a/etc/skel/.config/dunst/dunstrc +++ b/etc/skel/.config/dunst/dunstrc @@ -95,7 +95,7 @@ frame_width = 2 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#8AADF4" # Size of gap to display between notifications - requires a compositor. # If value is greater than 0, separator_height will be ignored and a border @@ -313,23 +313,23 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#222222" - foreground = "#888888" + background = "#24273a" + foreground = "#CAD3F5" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #default_icon = /path/to/icon [urgency_normal] - background = "#285577" - foreground = "#ffffff" + background = "#24273A" + foreground = "#CAD3F5" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #default_icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" + background = "#24273A" + foreground = "#CAD3F5" + frame_color = "#F5A97F" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #default_icon = /path/to/icon