refer: Customizing Git
You can set colors for different GPG statuses:
git config --global color.gpg.good "green bold"
git config --global color.gpg.bad "red bold"
git config --global color.gpg.untrusted "yellow bold"
If you want to reset it, you can run the command like git config --global --unset color.gpg.good