# vim: ft=muttrc # # Colour settings for mutt. # # Default color definitions color hdrdefault cyan black color quoted yellow black color quoted1 green black color quoted2 magenta black color quoted3 red black color quoted4 blue black color quoted5 red black color quoted6 red black color quoted7 red black color signature blue black color indicator black brightgreen color attachment green black color error brightred black color search yellow blue color status yellow blue color tree red black color tilde green black color bold brightred black color markers brightred black # Colours for items in the reader color header yellow black "^(From|Subject):" color header red black "^X-Junked-Because:" # Colours for items in the index color index brightred black ~N color index red black ~F color index black green ~T color index blue black ~D # Highlights inside the body of a message. # URLs color body brightyellow black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" color body brightyellow black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" color body brightyellow black "news:[^ \">\t\r\n]*" # email addresses color body brightblue black "[-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.