update mutt styles/formatting

This commit is contained in:
2018-05-21 17:59:18 -07:00
parent c147b88510
commit 6abd49039d

View File

@@ -19,6 +19,7 @@ unignore Date: From: User-Agent: X-Mailer \
set edit_headers set edit_headers
set status_on_top set status_on_top
set index_format="%4C %Z %[%b %d %H:%M] %-15.15L (%?l?%4l&%4c?) %s"
set header_cache=~/.mutt/header_cache/ set header_cache=~/.mutt/header_cache/
@@ -105,7 +106,7 @@ color attachment brightyellow default
#color prompt brightmagenta black #color prompt brightmagenta black
color message brightcyan default color message brightcyan default
color error brightred default color error brightred default
color indicator black cyan color indicator black blue
color status brightyellow blue color status brightyellow blue
color tree default default color tree default default
color normal default default color normal default default
@@ -125,9 +126,9 @@ color sidebar_new green default
color body blue default '(https?|HTTPS?)://[-\\\.,/%~_:?!@&=\#a-zA-Z0-9]+' color body blue default '(https?|HTTPS?)://[-\\\.,/%~_:?!@&=\#a-zA-Z0-9]+'
# Markdown # Markdown
color body brightwhite default '\*+[^*]+\*+' color body brightwhite default '[ \t\r\n\f]\*+[^*]+\*+[ \t\r\n\f]'
color body brightwhite default '_+[^_]+_+' color body brightwhite default '[ \t\r\n\f]_+[^_]+_+[ \t\r\n\f]'
color body brightwhite brightblack '`[^`]+`' color body brightwhite brightblack '[ \t\r\n\f]`[^`]+`[ \t\r\n\f]'
# Diff # Diff
color body brightred default '^- .+' color body brightred default '^- .+'