Fix mutt colors
This commit is contained in:
parent
1e4ea2921c
commit
d09fb02b4f
27
.muttrc
27
.muttrc
@ -36,7 +36,7 @@ macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
|
||||
|
||||
macro compose A "<attach-message>?" "attach message(s) to this message"
|
||||
|
||||
#
|
||||
#
|
||||
set header_cache = ~/.mutt/cache
|
||||
set header_cache_pagesize = 32768
|
||||
set maildir_header_cache_verify = no
|
||||
@ -74,8 +74,9 @@ set sort_aux=date-received
|
||||
set sort_browser=date
|
||||
|
||||
# My Editor
|
||||
set editor='emacsclient -nw'
|
||||
set editor="vim '+set tw=72'"
|
||||
|
||||
set config_charset=utf8
|
||||
set charset="utf-8"
|
||||
|
||||
set pager_stop
|
||||
@ -83,15 +84,18 @@ set pager_stop
|
||||
# =====================================================================
|
||||
# Normal colors
|
||||
# =====================================================================
|
||||
color normal white black
|
||||
color message white black
|
||||
color hdrdefault cyan black
|
||||
color attachment yellow black
|
||||
color status brightblack cyan
|
||||
color tilde brightblue default # ``~'' used to pad blank lines
|
||||
color tree brightwhite default # thread tree in the index menu
|
||||
color body brightblue default "(git|ftp|http)s?://[^ ]+" # point out URLs
|
||||
color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
|
||||
color normal white black
|
||||
color message white black
|
||||
color signature magenta default
|
||||
color hdrdefault cyan black
|
||||
color attachment yellow black
|
||||
color status brightblack cyan
|
||||
color search brightwhite magenta
|
||||
color bold brightyellow default
|
||||
color tilde brightblue default # ``~'' used to pad blank lines
|
||||
color tree brightwhite default # thread tree in the index menu
|
||||
color body brightblue default "(git|ftp|http)s?://[^ ]+" # point out URLs
|
||||
color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses
|
||||
|
||||
|
||||
# =====================================================================
|
||||
@ -143,6 +147,7 @@ macro index,pager I '<sidebar-next><sidebar-next><sidebar-next><sidebar-next><si
|
||||
bind index,pager o sidebar-open
|
||||
bind index,pager p sidebar-prev
|
||||
macro index,pager P '<sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev><sidebar-prev>'
|
||||
bind index,pager B bounce-message
|
||||
|
||||
# b toggles sidebar visibility
|
||||
macro index,pager b '<enter-command>toggle sidebar_visible<enter>'
|
||||
|
Loading…
Reference in New Issue
Block a user