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