From d923915c22d04de739b7bf147fa9841371182721 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 30 Oct 2020 14:26:43 +0530 Subject: [PATCH] Revert "colors: yolokai: Update highlight setting for sneak" This reverts commit cb18514efc8cc2fb579e00776a97f3d3264e04d7. The previous colors were better. --- nvim/.config/nvim/colors/yolokai.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvim/.config/nvim/colors/yolokai.vim b/nvim/.config/nvim/colors/yolokai.vim index 237f94d..dc18f3b 100644 --- a/nvim/.config/nvim/colors/yolokai.vim +++ b/nvim/.config/nvim/colors/yolokai.vim @@ -579,8 +579,8 @@ local highlight_groups = { SearchLight = {bg=black, fg=orange, style={'bold', 'italic', 'underline'}}, --[[ 4.4.10 Sneak ]] - Sneak = {bg=purple, fg=black, style='bold' }, - SneakScope = {bg=orange, fg=black, style={'bold', 'underline'}}, + Sneak = {bg=red, fg=black, style='bold' }, + SneakScope = {bg=black, fg=orange, style={'bold', 'underline'}}, --[[ 4.4.11 Which key ]] WhichKey = 'Function' ,