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