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 = "#e9e9ec"
|
||
|
foreground = "#3760bf"
|
||
|
frame_color = "#3760bf"
|
||
|
|
||
|
[urgency_normal]
|
||
|
background = "#e1e2e7"
|
||
|
foreground = "#3760bf"
|
||
|
frame_color = "#3760bf"
|
||
|
|
||
|
[urgency_critical]
|
||
|
background = "#c4c8da"
|
||
|
foreground = "#c64343"
|
||
|
frame_color = "#c64343"
|