update colours
This commit is contained in:
parent
97beb4b57b
commit
dea875e5eb
7
dunstrc
7
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 = "#333333"
|
frame_color = "#a03f02"
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
|
@ -276,7 +276,8 @@
|
||||||
# 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 = "#170808"
|
||||||
foreground = "#d6651a"
|
foreground = "#a03f02"
|
||||||
|
frame_color = "#823302"
|
||||||
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
|
||||||
|
@ -284,6 +285,7 @@
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#170808"
|
background = "#170808"
|
||||||
foreground = "#ea6707"
|
foreground = "#ea6707"
|
||||||
|
frame_color = "#a03f02"
|
||||||
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
|
||||||
|
@ -291,6 +293,7 @@
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#170808"
|
background = "#170808"
|
||||||
foreground = "#ff0000"
|
foreground = "#ff0000"
|
||||||
|
frame_color = "#cc0000"
|
||||||
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