Dunst: Revert to that nice black theme

It actually looked pretty good on Dunst
This commit is contained in:
Salt 2019-08-22 14:50:06 -05:00
parent e661c730a0
commit 1d958adcf9

View File

@ -62,11 +62,11 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 1
frame_width = 20
# Defines color of the frame around the notification window.
#frame_color = "#aaaaaa"
frame_color = "#2b2e39"
frame_color = "#000000"
# Define a color for the separator.
# possible values are:
@ -242,21 +242,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#383c4a"
background = "#000000"
foreground = "#7c818c"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#383c4a"
background = "#000000"
foreground = "#fffcf6"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#383c4a"
background = "#000000"
foreground = "#b58900"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable