Override the comment color in zsh syntax highlighting

This commit is contained in:
ItsDrike 2023-10-10 21:29:53 +02:00
parent 525c6ee5a8
commit 18252755b8
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -131,3 +131,5 @@ if ! zgenom saved; then
zgenom save
fi
# Override the comment color to make comments visible on black bg
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'