Changed colors to Gruvbox colors.

This commit is contained in:
Sheldon Lee 2022-07-04 18:02:19 +08:00
parent e5672156bc
commit 25d8d3ce9e

View File

@ -292,25 +292,25 @@
[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 = "#002b36" background = "#282828"
foreground = "#839496" foreground = "#d5c4a1"
frame_color = "#073642" frame_color = "#3c3836"
timeout = 5 timeout = 5
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#new_icon = /path/to/icon #new_icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#002b36" background = "#282828"
foreground = "#859900" foreground = "#98971a"
frame_color = "#073642" frame_color = "#3c3836"
timeout = 5 timeout = 5
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#new_icon = /path/to/icon #new_icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#002b36" background = "#282828"
foreground = "#dc322f" foreground = "#cc241d"
frame_color = "#cb4b16" frame_color = "#d65d0e"
timeout = 10 timeout = 10
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#new_icon = /path/to/icon #new_icon = /path/to/icon