Re: Mutt Newbie: Color
# Hi Bryan,
# try to add the following to your .muttrc:
# colors
color normal default default
color attachment red default
color hdrdefault cyan default
color indicator default yellow
color markers green default
color quoted green default
color signature cyan default
color tilde blue default
color tree red default
color header red default ^From:
color header red default ^Date:
color header red default ^To:
color header red default ^Reply-To:
color header red default ^Cc:
color header red default ^Subject:
color header red default ^Resent
color body red default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
color body red default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9=]+
color body brightred default \\\[[a-zA-Z]+\\\]
# Set DEFAULT status color
color status blue white
# Thomas