update colours
This commit is contained in:
parent
cccd312bfc
commit
97beb4b57b
10
dunstrc
10
dunstrc
|
@ -275,21 +275,21 @@
|
||||||
[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 = "#0b0b0b"
|
background = "#170808"
|
||||||
foreground = "#009d00"
|
foreground = "#d6651a"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# 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 = "#0b0b0b"
|
background = "#170808"
|
||||||
foreground = "#55ff55"
|
foreground = "#ea6707"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# 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
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#0b0b0b"
|
background = "#170808"
|
||||||
foreground = "#ff0000"
|
foreground = "#ff0000"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
|
|
Reference in New Issue