colors: yolokai: Update highlight setting for sneak

This commit is contained in:
Sanchayan Maity 2020-10-20 13:09:19 +05:30
parent 6bffe738c9
commit cb18514efc

View file

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