Change dunst colors.

This commit is contained in:
Bartek Stalewski 2022-10-15 15:25:14 +02:00
parent 3c49e43243
commit 1b0b8b1734

View File

@ -327,16 +327,17 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#161616"
foreground = "#c7c7c7"
frame_color = "#161616"
background = "#272822"
foreground = "#feffff"
highlight = "#feffff"
frame_color = "#272822"
timeout = 1
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#272822"
foreground = "#feffff"
background = "#e5da72"
foreground = "#272822"
highlight = "#feffff"
frame_color = "#272822"
timeout = 2