diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-04 15:15:54 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-04 15:15:54 +0100 |
commit | f0a2ef376a819c9332ca81b40f53803db291d9aa (patch) | |
tree | 043b2bed9d07d09a9fc73370fe51131f789dc908 /mutt/muttrc-softyellowgreen | |
parent | 80426fe85bbd3b95820d6ea328a11ef83d25b8b6 (diff) |
Updated alacritty and neomutt
Diffstat (limited to '')
-rw-r--r-- | mutt/muttrc-softyellowgreen | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/mutt/muttrc-softyellowgreen b/mutt/muttrc-softyellowgreen new file mode 100644 index 0000000..c7c1793 --- /dev/null +++ b/mutt/muttrc-softyellowgreen @@ -0,0 +1,42 @@ + +#-------------------snip----------------------- +set allow_ansi=yes + +color normal black color255 +color quoted color236 color255 +color quoted1 color242 color255 +color quoted2 color246 color255 +color quoted3 color252 color255 +#color quoted4 cyan color255 +#color quoted5 cyan color255 + +color indicator black color254 +color message color28 color254 +color status color143 color234 +color error color58 color254 +color attachment black color254 +color signature color252 color254 +color markers color104 color254 +color tilde color69 color254 +color search black color153 +color tree color184 color255 +color bold brightblack color254 + +color hdrdefault black color254 +color header black color254 '^From:' +color header black color254 '^Subject:' +color header black color254 '^To:' + +color index color28 color255 ~N +color index color100 color254 ~F +color index color55 color254 ~T +color index color244 color255 ~D + +color body color18 color254 "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*" +color body color37 color255 "mailto:[-a-z_0-9.]+ <at> [-a-z_0-9.]+" +color body color18 color254 "news:[^ \">\t\r\n]*" +color body color112 color254 "[-a-z_0-9.%$]+ <at> [-a-z_0-9.]+\\.[-a-z][-a-z]+" +color body color112 color254 "^.*Autoview.*$" + + + |