update colours

This commit is contained in:
Ray Elliott 2020-04-23 21:49:59 +01:00
parent 29428825ef
commit 6816a6dda6
1 changed files with 10 additions and 10 deletions

20
dunstrc
View File

@ -64,7 +64,7 @@
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#a03f02"
frame_color = "#aaaaaa"
# Define a color for the separator.
# possible values are:
@ -275,25 +275,25 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#170808"
foreground = "#a03f02"
frame_color = "#823302"
background = "#272727"
foreground = "#777777"
frame_color = "#555555"
timeout = 0
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#170808"
foreground = "#ea6707"
frame_color = "#a03f02"
background = "#272727"
foreground = "#aaaaaa"
frame_color = "#777777"
timeout = 0
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#170808"
foreground = "#ff0000"
frame_color = "#cc0000"
background = "#272727"
foreground = "#ca0000"
frame_color = "#aaaaaa"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon