Remove cursor style from zsh syntax hl theme
It interacts weirdly with terminal defaults.
This commit is contained in:
parent
9cefc87adf
commit
00c7c2bc76
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user