Skip to content

Instantly share code, notes, and snippets.

@sirhc
Created April 6, 2011 22:39
Show Gist options
  • Save sirhc/906695 to your computer and use it in GitHub Desktop.
Save sirhc/906695 to your computer and use it in GitHub Desktop.
# vim: ft=muttrc
# These were taken from Fedora's configuration.
#color normal white default
color hdrdefault red default
color quoted brightblue default
color signature red default
color indicator brightyellow red
color error brightred default
color status yellow blue
color tree magenta default # the thread tree in the index menu
color tilde magenta default
color message brightcyan default
color markers brightcyan default
color attachment brightmagenta default
color search default green # how to hilite search patterns in the pager
color header brightred default ^(From|Subject):
color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
color underline brightgreen default
# These are mine.
# Mark some subjects as relatively unimportant.
#color index blue default "~f email-address-x"
#color index blue default "~C email-address-y"
#color index blue default "~C email-address-z"
color index green default ~N
color index brightcyan default ~F
color index brightyellow default ~T
color index red default ~D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment