Fixed colors in dunst to fit nord theme better

zsh
_N0x 2 years ago
parent 9fe284884f
commit 2d42152e00

@ -64,7 +64,7 @@
frame_width = 5 frame_width = 5
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#408977" frame_color = "#8FBCBB"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -292,7 +292,7 @@
[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 = "#222222" background = "#2E3440"
foreground = "#888888" foreground = "#888888"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable

Loading…
Cancel
Save