Revert "colors: yolokai: Update highlight setting for sneak"

This reverts commit cb18514efc.

The previous colors were better.
This commit is contained in:
Sanchayan Maity 2020-10-30 14:26:43 +05:30
parent cbd37c1856
commit d923915c22

View file

@ -579,8 +579,8 @@ local highlight_groups = {
SearchLight = {bg=black, fg=orange, style={'bold', 'italic', 'underline'}}, SearchLight = {bg=black, fg=orange, style={'bold', 'italic', 'underline'}},
--[[ 4.4.10 Sneak ]] --[[ 4.4.10 Sneak ]]
Sneak = {bg=purple, fg=black, style='bold' }, Sneak = {bg=red, fg=black, style='bold' },
SneakScope = {bg=orange, fg=black, style={'bold', 'underline'}}, SneakScope = {bg=black, fg=orange, style={'bold', 'underline'}},
--[[ 4.4.11 Which key ]] --[[ 4.4.11 Which key ]]
WhichKey = 'Function' , WhichKey = 'Function' ,