From 5663c3c53382001a777cbd80ae6132b5ca30d115 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 5699ac5..bc9c541 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -205,12 +205,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'