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] [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 = "#161616" background = "#272822"
foreground = "#c7c7c7" foreground = "#feffff"
frame_color = "#161616" highlight = "#feffff"
frame_color = "#272822"
timeout = 1 timeout = 1
# 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 = "#272822" background = "#e5da72"
foreground = "#feffff" foreground = "#272822"
highlight = "#feffff" highlight = "#feffff"
frame_color = "#272822" frame_color = "#272822"
timeout = 2 timeout = 2