update colours
This commit is contained in:
parent
cccd312bfc
commit
97beb4b57b
10
dunstrc
10
dunstrc
|
@ -275,21 +275,21 @@
|
|||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#0b0b0b"
|
||||
foreground = "#009d00"
|
||||
background = "#170808"
|
||||
foreground = "#d6651a"
|
||||
timeout = 0
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#0b0b0b"
|
||||
foreground = "#55ff55"
|
||||
background = "#170808"
|
||||
foreground = "#ea6707"
|
||||
timeout = 0
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#0b0b0b"
|
||||
background = "#170808"
|
||||
foreground = "#ff0000"
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
|
|
Reference in New Issue