2011-01-11 13:50:07 +01:00
|
|
|
###
|
|
|
|
# mutt colors file
|
|
|
|
###
|
|
|
|
|
|
|
|
# set default
|
2011-05-17 00:48:40 +02:00
|
|
|
color normal default default
|
2011-01-11 13:50:07 +01:00
|
|
|
|
|
|
|
# main colors
|
2011-05-17 00:48:40 +02:00
|
|
|
color status default black
|
|
|
|
color indicator default black
|
2011-01-11 13:50:07 +01:00
|
|
|
color tree blue default
|
|
|
|
color error brightred default
|
|
|
|
color message brightyellow default
|
|
|
|
|
|
|
|
# uncolor certain messages
|
|
|
|
uncolor index "~P"
|
|
|
|
uncolor index "~N ~u"
|
|
|
|
uncolor index "~N !~u"
|
|
|
|
uncolor index "~T"
|
|
|
|
uncolor index "~D"
|
|
|
|
|
|
|
|
# and recolor them appropriately
|
2011-05-16 10:56:36 +02:00
|
|
|
color index yellow default "~P"
|
2011-01-11 13:50:07 +01:00
|
|
|
color index brightcyan default "~N ~u" # new ML mail
|
|
|
|
color index brightyellow default "~N !~u" # new non-ML mail
|
|
|
|
color index brightgreen default "~T"
|
|
|
|
color index brightred default "~D"
|
|
|
|
|
|
|
|
# set up the headers
|
2011-05-23 09:50:56 +02:00
|
|
|
color header yellow black "^from:"
|
|
|
|
color header yellow black "^to:"
|
|
|
|
color header yellow black "^cc:"
|
|
|
|
color header yellow black "^date:"
|
|
|
|
color header yellow black "^subject:"
|
2011-01-11 13:50:07 +01:00
|
|
|
|
|
|
|
# message bodies
|
2011-05-16 10:56:36 +02:00
|
|
|
color attachment yellow default
|
|
|
|
color search red black
|
|
|
|
color signature cyan default
|
|
|
|
color tilde blue default
|
2011-01-11 13:50:07 +01:00
|
|
|
|
|
|
|
# urls
|
|
|
|
color body brightblue default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
|
|
|
|
color body brightblue default "(^|<| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |>|$)"
|
|
|
|
|
|
|
|
# smileys
|
|
|
|
color body brightmagenta default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
|
|
|
|
color body brightmagenta default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
|
|
|
|
|
|
|
|
# *bold*, _underline_ and /italic/
|
|
|
|
color body brightcyan default "(^| )\\*[^*]+\\*( |$)"
|
|
|
|
color body brightcyan default "(^| )_[^_]+_( |$)"
|
|
|
|
color body brightcyan default "(^| )/[^/]+/( |$)"
|
|
|
|
|
|
|
|
# quote blocks
|
2011-05-17 12:03:29 +02:00
|
|
|
color quoted brightblue default
|
|
|
|
color quoted1 brightgreen default
|
|
|
|
color quoted2 brightyellow default
|
|
|
|
color quoted3 brightmagenta default
|
|
|
|
color quoted4 blue default
|
|
|
|
color quoted5 green default
|
|
|
|
color quoted6 yellow default
|
|
|
|
color quoted7 magenta default
|