Change faulty cursor color, becoming apparent after st change

This commit is contained in:
David Holland 2020-09-10 21:48:37 +02:00
parent a1524e9af9
commit 2250581228
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -76,7 +76,7 @@ if [[ -a $OH_MY_ZSH ]]; then
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=fg=5
MODE_CURSOR_DEFAULT="white blinking bar"
MODE_CURSOR_VICMD="magenta steady block"
MODE_CURSOR_VICMD="white steady block"
MODE_CURSOR_VIINS="white blinking bar"
MODE_CURSOR_SEARCH="cyan steady underline"
MODE_CURSOR_REPLACE="red steady underline"