diff options
-rw-r--r-- | by_os/Darwin/mutt/.mutt/ui.rc (renamed from by_os/Darwin/mutt/.mutt/colors.rc) | 5 | ||||
-rw-r--r-- | mutt/.mutt/muttrc | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/by_os/Darwin/mutt/.mutt/colors.rc b/by_os/Darwin/mutt/.mutt/ui.rc index df2ca26..08adc8b 100644 --- a/by_os/Darwin/mutt/.mutt/colors.rc +++ b/by_os/Darwin/mutt/.mutt/ui.rc @@ -1,3 +1,8 @@ +# status bar +set status_format = "▅▅ %f ▅ %r%m messages %>▅ " +set sidebar_divider_char = ' ' + +# colors color normal color0 color231 color error brightcolor15 color196 color indicator color201 color255 diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 89d1889..6702f2a 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -54,13 +54,11 @@ macro index , "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py # status bar set status_chars = " *%A" -set status_format = "▅▅ %f ▅ %r%m messages %>▅ " # sidebar bind index,pager <down> sidebar-next bind index,pager <up> sidebar-prev bind index,pager <right> sidebar-open -set sidebar_divider_char = ' ' set sidebar_visible = yes set sidebar_width = 20 set sidebar_format = '%B%> %!%?N? %N? ' @@ -80,8 +78,8 @@ set menu_scroll set tilde unset markers -# colors -source ~/.mutt/colors.rc +# ui +source ~/.mutt/ui.rc # default personal source ~/.mutt/personal.rc |