feat(everforest): move to everforest
This commit is contained in:
parent
bb630128de
commit
38774cc02d
11 changed files with 287 additions and 2959 deletions
|
@ -333,24 +333,24 @@
|
|||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#3b4252"
|
||||
foreground = "#4c566a"
|
||||
background = "#2b3339"
|
||||
foreground = "#d3c6aa"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency
|
||||
default_icon = dialog-information
|
||||
|
||||
[urgency_normal]
|
||||
background = "#434c5e"
|
||||
foreground = "#e5e9f0"
|
||||
background = "#343f44"
|
||||
foreground = "#d3c6aa"
|
||||
timeout = 10
|
||||
override_pause_level = 30
|
||||
# Icon for notifications with normal urgency
|
||||
default_icon = dialog-information
|
||||
|
||||
[urgency_critical]
|
||||
background = "#bf616a"
|
||||
foreground = "#eceff4"
|
||||
frame_color = "#eceff4"
|
||||
background = "#543a48"
|
||||
foreground = "#d3c6aa"
|
||||
frame_color = "#d3c6aa"
|
||||
timeout = 0
|
||||
override_pause_level = 60
|
||||
# Icon for notifications with critical urgency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue