commit 013e389fcae2d1318d9a24fd97a262a4e4449084 parent 8708fb66f187e6afee49fe1a675f208be33d752b Author: Antoine Amarilli <a3nm@a3nm.net> Date: Fri, 5 Jan 2018 00:31:03 +0100 mutt 1.9 coloring Diffstat:
mutt/colors | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/mutt/colors b/mutt/colors @@ -58,3 +58,11 @@ color body green black "[[:alpha:]]\+://[^ ]*" # colors for deleted mail color index color8 black ~D # deleted, renders as gray color index black red !~(!~D) # deleted THREADS + +# compose menu colors (mutt 1.9) +color compose header cyan default +color compose security_none red default +color compose security_sign red default +color compose security_encrypt yellow default +color compose security_both green default +