From 3a350d13f84adbd15fca34dda7a13f1305a416d8 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 9 Jun 2023 08:46:20 -0700 Subject: [PATCH] Change fix for cursor highlighting in Alacritty https://github.com/alacritty/alacritty/issues/6323#issuecomment-1584338871 --- runcoms/zpreztorc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 6c5cbd2..da55fe6 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -193,12 +193,10 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ 'brackets' \ 'pattern' \ 'line' \ - 'cursor' \ 'root' # # Set syntax highlighting styles. -zstyle ':prezto:module:syntax-highlighting' styles \ - 'cursor' 'bg=white' # needs to be set for alacritty to work right? +# zstyle ':prezto:module:syntax-highlighting' styles \ # 'builtin' 'bg=blue' \ # 'command' 'bg=blue' \ # 'function' 'bg=blue'