123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- # vim: filetype=muttrc
- # basic colors ---------------------------------------------------------
- color normal color254 color0
- color error color0 color9
- color tilde color235 color0
- color message color37 color0
- color markers color160 color254
- color attachment color254 color0
- color search color61 color0
- #color status J_black J_status
- color status color254 color235
- color indicator color0 color136
- color tree color136 color0 # arrow in threads
- # basic monocolor screen
- mono bold bold
- mono underline underline
- mono indicator reverse
- mono error bold
- # index ----------------------------------------------------------------
- #color index color160 color0 "~D(!~p|~p)" # deleted
- #color index color235 color0 ~F # flagged
- #color index color166 color0 ~= # duplicate messages
- #color index color240 color0 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
- #color index J_base color0 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
- color index color160 color0 "~A" # all messages
- color index color166 color0 "~E" # expired messages
- color index color33 color0 "~N" # new messages
- color index color33 color0 "~O" # old messages
- color index color61 color0 "~Q" # messages that have been replied to
- color index color240 color0 "~R" # read messages
- color index color33 color0 "~U" # unread messages
- color index color33 color0 "~U~$" # unread, unreferenced messages
- color index color254 color0 "~v" # messages part of a collapsed thread
- color index color254 color0 "~P" # messages from me
- color index color37 color0 "~p!~F" # messages to me
- color index color37 color0 "~N~p!~F" # new messages to me
- color index color37 color0 "~U~p!~F" # unread messages to me
- color index color240 color0 "~R~p!~F" # messages to me
- color index color160 color0 "~F" # flagged messages
- color index color160 color0 "~F~p" # flagged messages to me
- color index color160 color0 "~N~F" # new flagged messages
- color index color160 color0 "~N~F~p" # new flagged messages to me
- color index color160 color0 "~U~F~p" # new flagged messages to me
- color index color235 color160 "~D" # deleted messages
- color index color245 color0 "~v~(!~N)" # collapsed thread with no unread
- color index color136 color0 "~v~(~N)" # collapsed thread with some unread
- color index color64 color0 "~N~v~(~N)" # collapsed thread with unread parent
- # statusbg used to indicated flagged when foreground color shows other status
- # for collapsed thread
- color index color160 color235 "~v~(~F)!~N" # collapsed thread with flagged, no unread
- color index color136 color235 "~v~(~F~N)" # collapsed thread with some unread & flagged
- color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
- color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
- color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
- color index color136 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
- #color index color136 color0 "~(~N)" # messages in threads with some unread
- #color index color64 color0 "~S" # superseded messages
- #color index color160 color0 "~T" # tagged messages
- #color index color166 color160 "~=" # duplicated messages
- # message headers ------------------------------------------------------
- #color header color240 color0 "^"
- color hdrdefault color240 color0
- color header color254 color0 "^(From)"
- color header color33 color0 "^(Subject)"
- # body -----------------------------------------------------------------
- color quoted color33 color0
- color quoted1 color37 color0
- color quoted2 color136 color0
- color quoted3 color160 color0
- color quoted4 color166 color0
- color signature color240 color0
- color bold color235 color0
- color underline color235 color0
- color normal color244 color0
- #
- color body color245 color0 "[;:][-o][)/(|]" # emoticons
- color body color245 color0 "[;:][)(|]" # emoticons
- color body color245 color0 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
- |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
- |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
- color body color245 color0 "[ ][*][^*]*[*][ ]?" # more emoticon?
- color body color245 color0 "[ ]?[*][^*]*[*][ ]" # more emoticon?
- ## pgp
- color body color160 color0 "(BAD signature)"
- color body color37 color0 "(Good signature)"
- color body color0 color0 "^gpg: Good signature .*"
- color body color254 color0 "^gpg: "
- color body color254 color160 "^gpg: BAD signature from.*"
- mono body bold "^gpg: Good signature"
- mono body bold "^gpg: BAD signature from.*"
- # yes, an insance URL regex
- color body color160 color0 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
- # and a heavy handed email regex
- #color body J_magent color0 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
- # Various smilies and the like
- #color body color230 color0 "<[Gg]>" # <g>
- #color body color230 color0 "<[Bb][Gg]>" # <bg>
- #color body color136 color0 " [;:]-*[})>{(<|]" # :-) etc...
- # *bold*
- #color body color33 color0 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
- #mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
- # _underline_
- #color body color33 color0 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
- #mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
- # /italic/ (Sometimes gets directory names)
- #color body color33 color0 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
- #mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
- # Border lines.
- #color body color33 color0 "( *[-+=#*~_]){6,}"
- #folder-hook . "color status J_black J_status "
- #folder-hook gmail/inbox "color status J_black color136 "
- #folder-hook gmail/important "color status J_black color136 "
|