Make dunst text white
This commit is contained in:
parent
fc93397661
commit
b0bc4a208b
1 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@
|
||||||
# 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 = "#282a2e"
|
background = "#282a2e"
|
||||||
foreground = "#63C5DA"
|
foreground = "#FFFFFF"
|
||||||
frame_color = "#63C5DA"
|
frame_color = "#63C5DA"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
|
@ -301,7 +301,7 @@
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#282a2e"
|
background = "#282a2e"
|
||||||
foreground = "#63C5DA"
|
foreground = "#FFFFFF"
|
||||||
frame_color = "#63C5DA"
|
frame_color = "#63C5DA"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
|
@ -309,7 +309,7 @@
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#282a2e"
|
background = "#282a2e"
|
||||||
foreground = "#63C5DA"
|
foreground = "#FFFFFF"
|
||||||
frame_color = "#63C5DA"
|
frame_color = "#63C5DA"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
|
|
Loading…
Reference in a new issue