From daf376980ea39c233cb7da1d47b81b0ca48bd88b Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 14 May 2024 10:54:00 +0300 Subject: [PATCH] style(zsh): selection color --- home/user/.config/zsh/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/zsh/options b/home/user/.config/zsh/options index cfc2c93..ca0fd72 100644 --- a/home/user/.config/zsh/options +++ b/home/user/.config/zsh/options @@ -72,7 +72,7 @@ bindkey -M viins "^H" backward-delete-char bindkey -M viins "^?" backward-delete-char -zle_highlight=('paste:bg=20,fg=15', 'region:bg=20,fg=15') # colors of visual select +zle_highlight=('paste:bg=24,fg=15', 'region:bg=24,fg=15') # colors of visual select insert-sudo() {