# Various smilies and the like
color body          brightwhite     default         "<[Gg]>"                            # <g>
color body          brightwhite     default         "<[Bb][Gg]>"                        # <bg>

# GPG
color body       color188 default "^gpg: Good signature.*"
color body       color115 color236 "^gpg: BAD signature.*"
color body       color174 color237 "^gpg: Can't check signature.*"
color body       color174 color237 "^-----BEGIN PGP SIGNED MESSAGE-----"
color body       color174 color237 "^-----BEGIN PGP SIGNATURE-----"
color body       color174 color237 "^-----END PGP SIGNED MESSAGE-----"
color body       color174 color237 "^-----END PGP SIGNATURE-----"
color body       color174 color237 "^Version: GnuPG.*"
color body       color174 color237 "^Comment: .*"

# Highlight TOFU protection:
color body	brightmagenta		default	"^\\[---.*"
color body	green			default	"^#v[-+]"

# Include theme
source "$HOME/.mutt/muttrc.theme.vombatidae"