Dunst: Switch to Solarized Light colorscheme

This commit is contained in:
Salt 2018-01-31 14:29:12 -06:00
parent bf038878a7
commit db4219d86e

View File

@ -65,7 +65,7 @@
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#aaaaaa" #frame_color = "#aaaaaa"
frame_color = "#32302f" frame_color = "#fdf6e3"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -241,22 +241,22 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#282828" background = "#fdf6e3"
foreground = "#a89984" foreground = "#93a1a1"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#282828" background = "#fdf6e3"
foreground = "#d5c4a1" foreground = "#002b36"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#282828" background = "#fdf6e3"
foreground = "#fb4934" foreground = "#dc322f"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon