# -*- muttrc -*- # # Colour settings for mutt. # # Default colour definitions color hdrdefault brightgreen black color quoted brightcyan black color signature brightblue black color indicator brightwhite red color attachment green black color error red white color message green black color search brightwhite magenta color status brightyellow blue color tree red black color normal white black color tilde green black color bold brightyellow black color markers red black # Colour definitions when on a mono screen mono bold bold mono underline underline mono indicator reverse # Colours for items in the reader # color header brightyellow black "" color header brightgreen black "^(From|To|Cc|Bcc|Reply-To):" color header brightmagenta black "^(Subject|X-Spam-Status):" # color header brightred black "^X-Spam-Status:" # color header brightred black ".*@.*" mono header bold "^(From|Subject|X-Spam-Status):" # Colours for items in the index color index brightblue black ~N color index red black ~F color index black black ~T color index brightwhite black ~D mono index bold ~N mono index bold ~F mono index bold ~T mono index bold ~D # Highlights inside the body of a message. # URLs color body brightred black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" color body brightred black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" color body brightred black "news:[^ \">\t\r\n]*" mono body bold "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" mono body bold "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" mono body bold "news:[^ \">\t\r\n]*" # email addresses color body brightred black "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" mono body bold "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" # Various smilies and the like color body brightgreen black "<[Gg]>" # color body brightgreen black "<[Bb][Gg]>" # color body brightgreen black " [;:]-*[)>(<|]" # :-) etc... color body brightblue black "(^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$)" # *Bold* text. color body brightblue black "(^|[[:space:]])_[^[:space:]]+_([[:space:]]|$)" # _Underlined_ text. color body brightblue black "(^|[[:space:]])/[^[:space:]]+/([[:space:]]|$)" # /Italic/ text.