update colours
This commit is contained in:
parent
29428825ef
commit
6816a6dda6
20
dunstrc
20
dunstrc
|
@ -64,7 +64,7 @@
|
||||||
frame_width = 1
|
frame_width = 1
|
||||||
|
|
||||||
# Defines color of the frame around the notification window.
|
# Defines color of the frame around the notification window.
|
||||||
frame_color = "#a03f02"
|
frame_color = "#aaaaaa"
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
|
@ -275,25 +275,25 @@
|
||||||
[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 = "#170808"
|
background = "#272727"
|
||||||
foreground = "#a03f02"
|
foreground = "#777777"
|
||||||
frame_color = "#823302"
|
frame_color = "#555555"
|
||||||
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 = "#170808"
|
background = "#272727"
|
||||||
foreground = "#ea6707"
|
foreground = "#aaaaaa"
|
||||||
frame_color = "#a03f02"
|
frame_color = "#777777"
|
||||||
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 = "#170808"
|
background = "#272727"
|
||||||
foreground = "#ff0000"
|
foreground = "#ca0000"
|
||||||
frame_color = "#cc0000"
|
frame_color = "#aaaaaa"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
Reference in New Issue