Change dunst colors.
This commit is contained in:
parent
3c49e43243
commit
1b0b8b1734
1 changed files with 6 additions and 5 deletions
|
@ -327,16 +327,17 @@
|
||||||
[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 = "#161616"
|
background = "#272822"
|
||||||
foreground = "#c7c7c7"
|
foreground = "#feffff"
|
||||||
frame_color = "#161616"
|
highlight = "#feffff"
|
||||||
|
frame_color = "#272822"
|
||||||
timeout = 1
|
timeout = 1
|
||||||
# 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 = "#272822"
|
background = "#e5da72"
|
||||||
foreground = "#feffff"
|
foreground = "#272822"
|
||||||
highlight = "#feffff"
|
highlight = "#feffff"
|
||||||
frame_color = "#272822"
|
frame_color = "#272822"
|
||||||
timeout = 2
|
timeout = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue