Dunst: Update themes

This commit is contained in:
Salt 2020-12-21 01:47:38 -06:00
parent b745c85d5f
commit 378009fdf0
2 changed files with 14 additions and 15 deletions

View File

@ -65,8 +65,7 @@
frame_width = 4
# Defines color of the frame around the notification window.
#frame_color = "#aaaaaa"
frame_color = "#eff0f1"
frame_color = "#f2e5bc"
# Define a color for the separator.
# possible values are:
@ -242,22 +241,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#fcfcfc"
foreground = "#232627"
background = "#fbf1c7"
foreground = "#3c3836"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#fcfcfc"
foreground = "#232627"
background = "#fbf1c7"
foreground = "#3c3836"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#fcfcfc"
foreground = "#f67400"
background = "#fbf1c7"
foreground = "#fb4934"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon

View File

@ -65,7 +65,7 @@
frame_width = 4
# Defines color of the frame around the notification window.
frame_color = "#31363b"
frame_color = "#32302f"
# Define a color for the separator.
# possible values are:
@ -241,22 +241,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#232629"
foreground = "#eff0f1"
background = "#282828"
foreground = "#ebdbb2"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#232629"
foreground = "#eff0f1"
background = "#282828"
foreground = "#ebdbb2"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#232629"
foreground = "#fdbc4b"
background = "#282828"
foreground = "#fabd2f"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon