diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-06 10:30:44 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-06 10:30:44 +0200 |
commit | 12afce1202a773cf7af499cd75de07064ec7a7f6 (patch) | |
tree | d26d603056a8f55c679835e8de7b4cc82fc6f97d /.config/mutt | |
parent | up (diff) | |
download | dotfiles-bsd-12afce1202a773cf7af499cd75de07064ec7a7f6.tar.gz dotfiles-bsd-12afce1202a773cf7af499cd75de07064ec7a7f6.tar.bz2 dotfiles-bsd-12afce1202a773cf7af499cd75de07064ec7a7f6.tar.xz dotfiles-bsd-12afce1202a773cf7af499cd75de07064ec7a7f6.tar.zst dotfiles-bsd-12afce1202a773cf7af499cd75de07064ec7a7f6.zip |
up
Diffstat (limited to '.config/mutt')
-rw-r--r-- | .config/mutt/defaults.muttrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 0414d23..776e710 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -185,6 +185,11 @@ color index brightblack default '~D' color index_author brightred default '~D' color index_subject brightblack default '~D' +# flagged colors: +color index lightwhite default '~F' +color index_author lightred default '~F' +color index_subject lightwhite default '~F' + # Other colors and aesthetic settings: mono bold bold mono underline underline |