2023-06-17 06:25:13 +00:00
|
|
|
# TokyoNight colors for dunst
|
|
|
|
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
|
|
|
|
|
|
|
|
[urgency_low]
|
|
|
|
background = "#1e2030"
|
|
|
|
foreground = "#c8d3f5"
|
2023-06-24 08:23:49 +00:00
|
|
|
frame_color = "#c8d3f5"
|
2023-06-17 06:25:13 +00:00
|
|
|
|
|
|
|
[urgency_normal]
|
|
|
|
background = "#222436"
|
|
|
|
foreground = "#c8d3f5"
|
2023-06-24 08:23:49 +00:00
|
|
|
frame_color = "#c8d3f5"
|
2023-06-17 06:25:13 +00:00
|
|
|
|
|
|
|
[urgency_critical]
|
|
|
|
background = "#2f334d"
|
|
|
|
foreground = "#c53b53"
|
|
|
|
frame_color = "#c53b53"
|