Dunst: Switch to Gruvbox

This commit is contained in:
Salt 2018-05-17 16:30:39 -05:00
parent 5bfaa8f413
commit 2eb91563e8

View File

@ -65,7 +65,7 @@
# Defines color of the frame around the notification window.
#frame_color = "#aaaaaa"
frame_color = "#eee8d5"
frame_color = "#3c3836"
# 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 = "#fdf6e3"
foreground = "#93a1a1"
background = "#282828"
foreground = "#928374"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#fdf6e3"
foreground = "#002b36"
background = "#282828"
foreground = "#ebdbb2"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#fdf6e3"
foreground = "#dc322f"
background = "#282828"
foreground = "#fb4934"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon