2020-05-30 21:10:49 +02:00
|
|
|
# vim: filetype=muttrc
|
|
|
|
|
2021-10-21 21:40:47 +02:00
|
|
|
# mutt color scheme
|
|
|
|
color normal default default # default colours
|
|
|
|
color index brightblue default ~N # new messages
|
|
|
|
color index red default ~F # flagged messages
|
|
|
|
color index blue default ~T # tagged messages
|
|
|
|
color index cyan default ~D # deleted messages
|
|
|
|
color body brightyellow default (https?|ftp)://[\-\.+,/%~_:?&=\#a-zA-Z0-9]+
|
|
|
|
color body brightgreen default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
|
|
|
color attachment magenta default # attachments
|
|
|
|
color signature brightwhite default # sigs
|
|
|
|
color search brightred black # highlight results
|
|
|
|
color indicator brightyellow default # currently highlighted message
|
|
|
|
color error red default # error messages
|
|
|
|
color status white cyan # status line
|
|
|
|
color tree brightblack default # thread tree
|
|
|
|
color tilde cyan default # blank line padding
|
|
|
|
color hdrdefault black cyan # default headers
|
|
|
|
color header brightwhite cyan "^From:"
|
|
|
|
color header brightwhite cyan "^Subject:"
|
|
|
|
color quoted cyan default # quote colours
|
|
|
|
color quoted1 brightcyan default
|
|
|
|
color quoted2 blue default
|
|
|
|
color quoted3 green default
|
|
|
|
color quoted4 yellow default
|
|
|
|
color quoted5 red default
|
|
|
|
color body green default "^gpg: Good signature from"
|
|
|
|
color body brightred default "^gpg: Bad signature from"
|
|
|
|
color body brightred default "^gpg: BAD signature from"
|
|
|
|
color body brightred default "^gpg: Note: This key has expired!"
|
|
|
|
color body brightyellow default "^gpg: WARNING: This key is not certified with a trusted signature!"
|
|
|
|
color body brightyellow default "^gpg: There is no indication that the signature belongs to the owner."
|
|
|
|
color body brightyellow default "^gpg: can't handle these multiple signatures"
|
|
|
|
color body brightyellow default "^gpg: signature verification suppressed"
|
|
|
|
color body brightyellow default "^gpg: invalid node with packet of type"
|