Fix mutt colors
This commit is contained in:
parent
1e4ea2921c
commit
d09fb02b4f
7
.muttrc
7
.muttrc
@ -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
|
||||
@ -85,9 +86,12 @@ set pager_stop
|
||||
# =====================================================================
|
||||
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
|
||||
@ -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