update dunst colours
This commit is contained in:
parent
c1fd21cfbd
commit
bd2f7e0c79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue