legacy-dotfiles/mutt/colors.muttrc
2011-06-11 19:57:04 +02:00

64 lines
1.8 KiB
Text

###
# mutt colors file
###
# set default
color normal default default
# main colors
color status default black
color indicator default black
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
color index yellow default "~P"
color index green default "~u"
color index brightgreen default "~N ~u" # new ML mail
color index brightyellow default "~N !~u" # new non-ML mail
color index brightmagenta default "~T"
color index red default "~D"
# set up the headers
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:"
# message bodies
color attachment yellow default
color search red black
color signature cyan default
color tilde blue default
# 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
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