diff options
| -rw-r--r-- | muttrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -128,3 +128,21 @@ bind pager \CO sidebar-open macro index b '<enter-command>toggle sidebar_visible<enter><refresh>' macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>' +############################################################################### +# Srcery Theme for Mutt, adapted from: https://draculatheme.com/ +# Author: https://github.com/Charsinic +# +# Note! Add this to your muttrc file. +# +# https://github.com/srcery-colors/srcery-shell/blob/master/mutt/srcery.muttrc +# general ------------ foreground ---- background ----------------------------- +color indicator color9 color237 +color status color15 color235 + +# message index ------ foreground ---- background ----------------------------- +color index color8 default ~D # deleted messages +color index color1 default ~F # flagged messages +color index color11 default ~N # new messages +#color index color10 default ~Q # messages which have been replied to +color index color5 default ~T # tagged messages +#color index color6 default ~v # messages part of a collapsed thread |
