Fix mutt colors

This commit is contained in:
Némunaire 2013-01-02 12:29:43 +01:00
parent 1e4ea2921c
commit d09fb02b4f

27
.muttrc
View File

@ -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" macro compose A "<attach-message>?" "attach message(s) to this message"
# #
set header_cache = ~/.mutt/cache set header_cache = ~/.mutt/cache
set header_cache_pagesize = 32768 set header_cache_pagesize = 32768
set maildir_header_cache_verify = no set maildir_header_cache_verify = no
@ -74,8 +74,9 @@ set sort_aux=date-received
set sort_browser=date set sort_browser=date
# My Editor # My Editor
set editor='emacsclient -nw' set editor="vim '+set tw=72'"
set config_charset=utf8
set charset="utf-8" set charset="utf-8"
set pager_stop set pager_stop
@ -83,15 +84,18 @@ set pager_stop
# ===================================================================== # =====================================================================
# Normal colors # Normal colors
# ===================================================================== # =====================================================================
color normal white black color normal white black
color message white black color message white black
color hdrdefault cyan black color signature magenta default
color attachment yellow black color hdrdefault cyan black
color status brightblack cyan color attachment yellow black
color tilde brightblue default # ``~'' used to pad blank lines color status brightblack cyan
color tree brightwhite default # thread tree in the index menu color search brightwhite magenta
color body brightblue default "(git|ftp|http)s?://[^ ]+" # point out URLs color bold brightyellow default
color body brightblue default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses 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 o sidebar-open
bind index,pager p sidebar-prev 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>' 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 # b toggles sidebar visibility
macro index,pager b '<enter-command>toggle sidebar_visible<enter>' macro index,pager b '<enter-command>toggle sidebar_visible<enter>'