feat(dunst): palenight colors

This commit is contained in:
Pavel Korytov 2021-03-13 13:16:37 +03:00
parent 9eda3a739c
commit bce9a520f3

View file

@ -47,7 +47,7 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 3
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
@ -261,23 +261,25 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
background = "#434758"
frame_color = "#ffffff"
foreground = "#d0d0d0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
background = "#292d3e"
foreground = "#d0d0d0"
frame_color = "#ffffff"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#900000"
background = "#f07178"
foreground = "#ffffff"
frame_color = "#ff0000"
frame_color = "#f07178"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon