From 00c7c2bc76becbae8773a321f9a8c9a09558dc2e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 3 Apr 2022 22:05:19 +0200 Subject: [PATCH] Remove cursor style from zsh syntax hl theme It interacts weirdly with terminal defaults. --- .config/zsh/themes/syntax-unikitty-reversible.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/zsh/themes/syntax-unikitty-reversible.zsh b/.config/zsh/themes/syntax-unikitty-reversible.zsh index 37e2310..5eeb7b1 100644 --- a/.config/zsh/themes/syntax-unikitty-reversible.zsh +++ b/.config/zsh/themes/syntax-unikitty-reversible.zsh @@ -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"