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]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#002b36"
foreground = "#839496"
frame_color = "#073642"
background = "#282828"
foreground = "#d5c4a1"
frame_color = "#3c3836"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
#new_icon = /path/to/icon
[urgency_normal]
background = "#002b36"
foreground = "#859900"
frame_color = "#073642"
background = "#282828"
foreground = "#98971a"
frame_color = "#3c3836"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
#new_icon = /path/to/icon
[urgency_critical]
background = "#002b36"
foreground = "#dc322f"
frame_color = "#cb4b16"
background = "#282828"
foreground = "#cc241d"
frame_color = "#d65d0e"
timeout = 10
# Icon for notifications with critical urgency, uncomment to enable
#new_icon = /path/to/icon