From 7cce6dd3ced7452c3239bd4fd19287d89c6036a7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 7 May 2022 21:27:23 +0200 Subject: muttrc: use srcery colors --- muttrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 5d05cbe..23f0934 100644 --- a/muttrc +++ b/muttrc @@ -128,3 +128,21 @@ bind pager \CO sidebar-open macro index b 'toggle sidebar_visible' macro pager b 'toggle sidebar_visible' +############################################################################### +# 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 -- cgit v1.2.3