From c26e7062ecf8995dd941269ccce88f53fef2d4b8 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 11 Dec 2017 23:11:21 +0100 Subject: mutt: ui --- by_os/Darwin/mutt/.mutt/colors.rc | 25 ------------------------- by_os/Darwin/mutt/.mutt/ui.rc | 30 ++++++++++++++++++++++++++++++ mutt/.mutt/muttrc | 6 ++---- 3 files changed, 32 insertions(+), 29 deletions(-) delete mode 100644 by_os/Darwin/mutt/.mutt/colors.rc create mode 100644 by_os/Darwin/mutt/.mutt/ui.rc diff --git a/by_os/Darwin/mutt/.mutt/colors.rc b/by_os/Darwin/mutt/.mutt/colors.rc deleted file mode 100644 index df2ca26..0000000 --- a/by_os/Darwin/mutt/.mutt/colors.rc +++ /dev/null @@ -1,25 +0,0 @@ -color normal color0 color231 -color error brightcolor15 color196 -color indicator color201 color255 -color status color243 color231 -color hdrdefault color245 color231 -color header color231 color0 "^(Subject): " -color signature color243 color231 -color body color21 color231 "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" -color body color21 color231 "((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+" -color quoted color243 color231 -color quoted1 color196 color231 -color quoted2 color22 color231 -color quoted3 color130 color231 -color quoted4 color51 color231 -color tilde color243 color231 -color tree color238 color231 -color attachment color196 color231 -color index color201 color231 "~N" -color index color243 color231 "~P" -color index brightcolor221 color231 "~F" -color index brightcolor39 color231 "~T" -color index color196 color231 "~D" -color sidebar_new black white -color sidebar_flagged black white -unset help diff --git a/by_os/Darwin/mutt/.mutt/ui.rc b/by_os/Darwin/mutt/.mutt/ui.rc new file mode 100644 index 0000000..08adc8b --- /dev/null +++ b/by_os/Darwin/mutt/.mutt/ui.rc @@ -0,0 +1,30 @@ +# 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 +color status color243 color231 +color hdrdefault color245 color231 +color header color231 color0 "^(Subject): " +color signature color243 color231 +color body color21 color231 "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" +color body color21 color231 "((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+" +color quoted color243 color231 +color quoted1 color196 color231 +color quoted2 color22 color231 +color quoted3 color130 color231 +color quoted4 color51 color231 +color tilde color243 color231 +color tree color238 color231 +color attachment color196 color231 +color index color201 color231 "~N" +color index color243 color231 "~P" +color index brightcolor221 color231 "~F" +color index brightcolor39 color231 "~T" +color index color196 color231 "~D" +color sidebar_new black white +color sidebar_flagged black white +unset help 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 , "unset wait_keymutt-notmuch-py # status bar set status_chars = " *%A" -set status_format = "▅▅ %f ▅ %r%m messages %>▅ " # sidebar bind index,pager sidebar-next bind index,pager sidebar-prev bind index,pager 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 -- cgit v1.2.3