muttrc: change index colors
This commit is contained in:
parent
6a9d871cba
commit
e32e7d4a3e
13
.muttrc
13
.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"
|
||||
|
Loading…
Reference in New Issue
Block a user