muttrc: change index colors

This commit is contained in:
nemunaire 2016-01-14 18:00:44 +01:00
parent 6a9d871cba
commit e32e7d4a3e
1 changed files with 8 additions and 5 deletions

13
.muttrc
View File

@ -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"