update dunst colours

This commit is contained in:
ktyl 2022-06-01 19:04:31 +01:00
parent c1fd21cfbd
commit bd2f7e0c79
1 changed files with 4 additions and 4 deletions

View File

@ -313,15 +313,15 @@
[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 = "#101816" background = "#f8c8dc"
foreground = "#888888" foreground = "#222222"
timeout = 3 timeout = 3
# 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 = "#101816" background = "#f8c8dc"
foreground = "#d1cfc9" foreground = "#222222"
timeout = 3 timeout = 3
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon