From 1eddc2f0a2f5f99f558e735e4a48aa75f295617a Mon Sep 17 00:00:00 2001 From: NPScript Date: Sat, 11 Jun 2022 09:41:47 +0200 Subject: add profile --- .config/mutt/colorset | 31 +++++++++++++++++++++++++++++++ .config/mutt/muttrc | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 .config/mutt/colorset delete mode 100644 .config/mutt/muttrc (limited to '.config/mutt') diff --git a/.config/mutt/colorset b/.config/mutt/colorset new file mode 100644 index 0000000..8896639 --- /dev/null +++ b/.config/mutt/colorset @@ -0,0 +1,31 @@ +# vim: filetype=neomuttrc +source /usr/share/mutt-wizard/mutt-wizard.muttrc + +set editor = "nvim" +auto_view text/html + +color hdrdefault green black +color quoted blue black +color signature blue black +color attachment red black +color prompt brightmagenta black +color message brightred black +color error brightred black +color indicator black green +color status color234 green +color tree brightblack black +color normal white black +color markers green black +color search white black +color tilde brightmagenta black +color index blue black ~F +color index green black "~N|~O" + +bind pager j next-line +bind pager k previous-line +bind attach,index,pager \CD next-page +bind attach,index,pager \CU previous-page +bind pager G bottom +bind attach,index G last-entry +bind pager l next-undeleted +bind pager h previous-undeleted diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc deleted file mode 100644 index 8896639..0000000 --- a/.config/mutt/muttrc +++ /dev/null @@ -1,31 +0,0 @@ -# vim: filetype=neomuttrc -source /usr/share/mutt-wizard/mutt-wizard.muttrc - -set editor = "nvim" -auto_view text/html - -color hdrdefault green black -color quoted blue black -color signature blue black -color attachment red black -color prompt brightmagenta black -color message brightred black -color error brightred black -color indicator black green -color status color234 green -color tree brightblack black -color normal white black -color markers green black -color search white black -color tilde brightmagenta black -color index blue black ~F -color index green black "~N|~O" - -bind pager j next-line -bind pager k previous-line -bind attach,index,pager \CD next-page -bind attach,index,pager \CU previous-page -bind pager G bottom -bind attach,index G last-entry -bind pager l next-undeleted -bind pager h previous-undeleted -- cgit v1.2.3-70-g09d2