From e1fdca5287a7262a271907fee1cd51cabc962ea5 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 4 Aug 2022 07:27:33 -0700 Subject: mutt: new theme --- .mutt/muttrc.theme.vombatidae | 95 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 .mutt/muttrc.theme.vombatidae (limited to '.mutt/muttrc.theme.vombatidae') diff --git a/.mutt/muttrc.theme.vombatidae b/.mutt/muttrc.theme.vombatidae new file mode 100644 index 0000000..48dcb1c --- /dev/null +++ b/.mutt/muttrc.theme.vombatidae @@ -0,0 +1,95 @@ +# NeoMutt color file +# Maintainer: Jon Häggblad +# URL: http://www.haeggblad.com +# Last Change: 2013 May 17 +# Version: 0.1 +# +# NeoMutt colorscheme loosely inspired by vim colorscheme wombat.vim. +# +# Changelog: +# 0.1 - Initial version + + +# --- vombatidae text colors --- +# color normal color230 color234 +# color message color230 color234 + +# --- slightly less yellow text colors --- +color normal color253 color234 # mod +# color normal color253 color233 # mod +# color normal color253 default # mod +color indicator color230 color238 +color status color101 color16 +# color tree color113 color234 +# color tree color173 color234 +color tree color208 color234 +color signature color102 color234 +color message color253 color234 +color attachment color117 color234 +color error color30 color234 +color tilde color130 color235 + +color search color100 default +color markers color138 default + +# mono bold reverse +# color bold color173 color191 +# mono underline reverse +# color underline color48 color191 + +color quoted color107 color234 # quoted text +color quoted1 color66 color234 +color quoted2 color32 color234 +color quoted3 color30 color234 +color quoted4 color99 color234 +color quoted5 color36 color234 +color quoted6 color114 color234 +color quoted7 color109 color234 +color quoted8 color41 color234 +color quoted9 color138 color234 + +# color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+" +# color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" +# color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" +# color body green default "(^| )_[-a-z0-9_]+_[,.?]?[\n]" +# color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" +# color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" +color index color202 color234 ~F # Flagged +color index color39 color234 ~N # New +color index color39 color234 ~O +color index color229 color22 ~T # Tagged +color index color240 color234 ~D # Deleted + +# --- + +#mono body reverse '^(subject):.*' +#color body brightwhite magenta '^(subject):.*' +#mono body reverse '[[:alpha:]][[:alnum:]-]+:' +#color body black cyan '[[:alpha:]][[:alnum:]-]+:' + +# --- header --- + +color hdrdefault color30 color233 +color header color132 color233 '^date:' +color header color153 color233 '^(to|cc|bcc):' +color header color120 color233 '^from:' +color header color178 color233 '^subject:' +color header color31 color233 '^user-agent:' +color header color29 color233 '^reply-to:' + +#color header magenta default '^(status|lines|date|received|sender|references):' +#color header magenta default '^(pr|mime|x-|user|return|content-)[^:]*:' +#color header brightyellow default '^content-type:' +#color header magenta default '^content-type: *text/plain' +# color header brightgreen default '^list-[^:]*:' +#mono header bold '^(subject):.*$' +#color header brightcyan default '^(disposition)' +#color header green default '^(mail-)?followup' +#color header white default '^reply' +#color header brightwhite default '^(resent)' +# color header brightwhite default '^from:' + +#mono index bold '~h "^content-type: *(multipart/(mixed|signed|encrypted)|application/)"' +#color index green black '~h "^content-type: *multipart/(signed|encrypted)"' + +color sidebar_new color39 color234 -- cgit v1.2.3