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]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#101816"
foreground = "#888888"
background = "#f8c8dc"
foreground = "#222222"
timeout = 3
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#101816"
foreground = "#d1cfc9"
background = "#f8c8dc"
foreground = "#222222"
timeout = 3
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon