Remove cursor style from zsh syntax hl theme

It interacts weirdly with terminal defaults.
This commit is contained in:
tastytea 2022-04-03 22:05:19 +02:00
parent 9cefc87adf
commit 00c7c2bc76
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -88,7 +88,6 @@ ZSH_HIGHLIGHT_STYLES[unknown-token]="standout"
ZSH_HIGHLIGHT_STYLES[globbing]="fg=${_urc[default]},bold"
ZSH_HIGHLIGHT_STYLES[history-expansion]="fg=${_urc[builtins]}"
ZSH_HIGHLIGHT_STYLES[redirection]="fg=${_urc[light]}"
ZSH_HIGHLIGHT_STYLES[cursor]='standout'
# Brackets
ZSH_HIGHLIGHT_STYLES[bracket-error]="standout"