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
1 changed files with 2 additions and 2 deletions

View File

@ -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' ,