Fix mutt colors
This commit is contained in:
parent
1e4ea2921c
commit
d09fb02b4f
1 changed files with 16 additions and 11 deletions
25
.muttrc
25
.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
|
||||
|
@ -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…
Add table
Add a link
Reference in a new issue