18 lines
418 B
Plaintext
18 lines
418 B
Plaintext
|
# TokyoNight colors for dunst
|
||
|
# For more configuraion options see https://github.com/dunst-project/dunst/blob/master/dunstrc
|
||
|
|
||
|
[urgency_low]
|
||
|
background = "#1e2030"
|
||
|
foreground = "#c8d3f5"
|
||
|
frame_color = "#c8d3f5"
|
||
|
|
||
|
[urgency_normal]
|
||
|
background = "#222436"
|
||
|
foreground = "#c8d3f5"
|
||
|
frame_color = "#c8d3f5"
|
||
|
|
||
|
[urgency_critical]
|
||
|
background = "#2f334d"
|
||
|
foreground = "#c53b53"
|
||
|
frame_color = "#c53b53"
|