diff options
Diffstat (limited to 'mutt/colors_purple')
-rw-r--r-- | mutt/colors_purple | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mutt/colors_purple b/mutt/colors_purple new file mode 100644 index 0000000..818f42c --- /dev/null +++ b/mutt/colors_purple @@ -0,0 +1,39 @@ + +#-------------------snip----------------------- +set allow_ansi=yes + +color normal black default +color quoted color65 default +color quoted1 color138 default +color quoted2 color58 default +color quoted3 color105 default +color quoted4 cyan default +color quoted5 cyan default + +color indicator black color249 +color message green default +color status color139 color254 +color error color58 default +color attachment black default +color signature color253 default +color markers red yellow +color tilde black default +color search black green +color tree black default +color bold black default + +color hdrdefault black default +color header green default '^From:' +color header green default '^Subject:' +color header cyan default '^To:.*corky1951' + +color index color22 default ~N +color index blue default ~F +color index color55 default ~T +color index color52 default ~D + +color body color22 default "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" +color body color22 default "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" +color body color22 default "news:[^ \">\t\r\n]*" + +color body green default "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" |