Fixed colors in dunst to fit nord theme better
This commit is contained in:
parent
9fe284884f
commit
2d42152e00
@ -64,7 +64,7 @@
|
||||
frame_width = 5
|
||||
|
||||
# Defines color of the frame around the notification window.
|
||||
frame_color = "#408977"
|
||||
frame_color = "#8FBCBB"
|
||||
|
||||
# Define a color for the separator.
|
||||
# possible values are:
|
||||
@ -292,7 +292,7 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#222222"
|
||||
background = "#2E3440"
|
||||
foreground = "#888888"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
|
Loading…
Reference in New Issue
Block a user