diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:05 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 19:20:05 -0400 |
commit | aa2f6431bc8a23e9c33007878d8062e4300319de (patch) | |
tree | 2ff02e7426d6aedce6c094da3d112feed3ba7146 /.mutt | |
parent | drop tmux powerline (diff) |
fix mutt bg color
Diffstat (limited to '')
-rw-r--r-- | .mutt/color.rc | 107 |
1 files changed, 54 insertions, 53 deletions
diff --git a/.mutt/color.rc b/.mutt/color.rc index 5e9d109..5d77ade 100644 --- a/.mutt/color.rc +++ b/.mutt/color.rc @@ -43,69 +43,70 @@ mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punc # See http://www.mutt.org/doc/manual/#color -color attachment color109 color234 -color bold color229 color234 -color error color167 color234 -color hdrdefault color246 color234 +color attachment color109 default +color bold color229 default +color error color167 default +color hdrdefault color246 default color indicator color223 color237 -color markers color243 color234 -color normal color223 color234 -color quoted color250 color234 -color quoted1 color108 color234 -color quoted2 color250 color234 -color quoted3 color108 color234 -color quoted4 color250 color234 -color quoted5 color108 color234 +color markers color243 default +color normal color223 default +color quoted color250 default +color quoted1 color108 default +color quoted2 color250 default +color quoted3 color108 default +color quoted4 color250 default +color quoted5 color108 default color search color234 color208 -color signature color108 color234 +color signature color108 default color status color234 color250 -color tilde color243 color234 -color tree color142 color234 +color tilde color243 default +color tree color142 default color underline color223 color239 -color sidebar_divider color250 color234 -color sidebar_new color142 color234 +color sidebar_divider color250 default +color sidebar_new color142 default -color index color142 color234 ~N -color index color108 color234 ~O -color index color109 color234 ~P -color index color214 color234 ~F -color index color175 color234 ~Q -color index color167 color234 ~= -color index color234 color223 ~T -color index color234 color167 ~D +color index color142 default ~N +color index color108 default ~O +color index color109 default ~P +color index color214 default ~F +color index color175 default ~Q +color index color167 default ~= +color index default color223 ~T +color index default color167 ~D -color header color214 color234 "^(To:|From:)" -color header color142 color234 "^Subject:" -color header color108 color234 "^X-Spam-Status:" -color header color108 color234 "^Received:" +color header color214 default "^(To|From):" +color header color142 default "^Subject:" +color header color108 default "^X-Spam-Status:" +color header color108 default "^Received:" +color header color108 default "^List-Id:" # BSD's regex has RE_DUP_MAX set to 255. -color body color142 color234 "[a-z]{3,255}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+" -color body color142 color234 "[a-zA-Z]([-a-zA-Z0-9_]+\\.){2,255}[-a-zA-Z0-9_]{2,255}" -color body color208 color234 "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" -color body color208 color234 "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" +color body color142 default "[a-z]{3,255}://[-a-zA-Z0-9@:%._\\+~#=/?&,]+" +color body color142 default "[a-zA-Z]([-a-zA-Z0-9_]+\\.){2,255}[-a-zA-Z0-9_]{2,255}" +color body color208 default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" +color body color208 default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" color body color234 color214 "[;:]-*[)>(<lt;|]" -color body color229 color234 "\\*[- A-Za-z]+\\*" +color body color229 default "\\*[- A-Za-z]+\\*" -color body color214 color234 "^-.*PGP.*-*" -color body color142 color234 "^gpg: Good signature from" -color body color167 color234 "^gpg: Can't.*$" -color body color214 color234 "^gpg: WARNING:.*$" -color body color167 color234 "^gpg: BAD signature from" -color body color167 color234 "^gpg: Note: This key has expired!" -color body color214 color234 "^gpg: There is no indication that the signature belongs to the owner." -color body color214 color234 "^gpg: can't handle these multiple signatures" -color body color214 color234 "^gpg: signature verification suppressed" -color body color214 color234 "^gpg: invalid node with packet of type" +color body color214 default "^-.*PGP.*-*" +color body color142 default "^gpg: Good signature from" +color body color167 default "^gpg: Can't.*$" +color body color214 default "^gpg: WARNING:.*$" +color body color167 default "^gpg: BAD signature from" +color body color167 default "^gpg: Note: This key has expired!" +color body color214 default "^gpg: There is no indication that the signature belongs to the owner." +color body color214 default "^gpg: can't handle these multiple signatures" +color body color214 default "^gpg: signature verification suppressed" +color body color214 default "^gpg: invalid node with packet of type" -color body color142 color234 "^Good signature from:" -color body color167 color234 "^.?BAD.? signature from:" -color body color142 color234 "^Verification successful" -color body color167 color234 "^Verification [^s][^[:space:]]*$" +color body color142 default "^Good signature from:" +color body color167 default "^.?BAD.? signature from:" +color body color142 default "^Verification successful" +color body color167 default "^Verification [^s][^[:space:]]*$" -color compose header color223 color234 -color compose security_encrypt color175 color234 -color compose security_sign color109 color234 -color compose security_both color142 color234 -color compose security_none color208 color234 +color compose header color223 default +color compose security_encrypt color175 default +color compose security_sign color109 default +color compose security_both color142 default +color compose security_none color208 default |