update colours

This commit is contained in:
Ray Elliott 2020-03-26 11:54:47 +00:00
parent cccd312bfc
commit 97beb4b57b
1 changed files with 5 additions and 5 deletions

10
dunstrc
View File

@ -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