Make dunst text white

This commit is contained in:
Ethan Lane 2023-01-06 15:30:27 +00:00
parent fc93397661
commit b0bc4a208b
Signed by: Vylpes
GPG key ID: EED233CC06D12504

View file

@ -293,7 +293,7 @@
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#282a2e"
foreground = "#63C5DA"
foreground = "#FFFFFF"
frame_color = "#63C5DA"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
@ -301,7 +301,7 @@
[urgency_normal]
background = "#282a2e"
foreground = "#63C5DA"
foreground = "#FFFFFF"
frame_color = "#63C5DA"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
@ -309,7 +309,7 @@
[urgency_critical]
background = "#282a2e"
foreground = "#63C5DA"
foreground = "#FFFFFF"
frame_color = "#63C5DA"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable