colors: yolokai: Update highlight setting for sneak
This commit is contained in:
parent
6bffe738c9
commit
cb18514efc
1 changed files with 2 additions and 2 deletions
|
@ -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' ,
|
||||
|
|
Loading…
Reference in a new issue