diff options
author | Joe <rbo@gmx.us> | 2024-01-11 18:35:03 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-11 18:35:03 +0100 |
commit | c10f34754e891df73f30bc8309bc5b688d4b1564 (patch) | |
tree | d5ec044f1f3b07d3ddff638bfbf4e8c076c19083 | |
parent | bsdred (diff) | |
download | dotfiles-bsd-c10f34754e891df73f30bc8309bc5b688d4b1564.tar.gz dotfiles-bsd-c10f34754e891df73f30bc8309bc5b688d4b1564.tar.bz2 dotfiles-bsd-c10f34754e891df73f30bc8309bc5b688d4b1564.tar.xz dotfiles-bsd-c10f34754e891df73f30bc8309bc5b688d4b1564.tar.zst dotfiles-bsd-c10f34754e891df73f30bc8309bc5b688d4b1564.zip |
up
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 29d478e..90540f9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -83,8 +83,8 @@ #icon = /path/to/icon [urgency_normal] - background = "#728CAB" - foreground = "#F7F6F2" + background = "#cc241d" + foreground = "#ebdbb2" frame_color = "#ebdbb2" timeout = 10 |