From e32e7d4a3e6ba7917c0d939a7225fb27b041bf98 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 14 Jan 2016 18:00:44 +0100 Subject: [PATCH] muttrc: change index colors --- .muttrc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.muttrc b/.muttrc index fb02c58..615b63c 100644 --- a/.muttrc +++ b/.muttrc @@ -130,15 +130,18 @@ color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses # Index # ===================================================================== -# Messages already replied to in cyan -color index cyan default "~Q" +#color index color248 default "~A" # Unread messages in yellow -color index brightyellow default "~N" -color index brightyellow default "~O" +color index cyan default "~t $from" +color index brightyellow default "~N|~O" +color index brightcyan default "~t $from (~N|~O)" + +# Messages already replied to in green +color index green default "~Q" # Deleted messages in a dark color -color index blue default "~D" +color index color237 default "~D" # Flagged messages in red color index brightred default "~F"