diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-20 16:48:59 +0200 |
commit | 0ad0ac5e75ad4fa43216f2f8aef3ec09251980c8 (patch) | |
tree | 117c60c2c5c082668411d467407da5a5d3699913 /.config/dunst | |
parent | e54959e39ec8f326bc0cff3c38e415744c60972f (diff) |
colors but they're different now
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 2c9d26e..f695ee8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -49,20 +49,20 @@ mouse_middle_click = close_all mouse_right_click = close_current # vim: ft=cfg -frame_color = "#DE9DAC" +frame_color = "#ff3f4f" [urgency_low] -background = "#121213" -foreground = "#DE9DAC" +background = "#0f1419" +foreground = "#ff3f4f" timeout = 10 [urgency_normal] -background = "#121213" -foreground = "#fdf9f7" +background = "#0f1419" +foreground = "#f8f8f0" timeout = 10 [urgency_critical] -background = "#DE9DAC" -foreground = "#121213" -frame_color = "#DE9DAC" +background = "#ff3f4f" +foreground = "#0f1419" +frame_color = "#ff3f4f" timeout = 0 |