nvim: yolokai: Add recently introduced hl-CurSearch
This commit is contained in:
parent
cc2fcffc56
commit
bc55909a12
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ local highlight_groups = {
|
||||||
--[[ 4.2.7. Searching]]
|
--[[ 4.2.7. Searching]]
|
||||||
IncSearch = {bg=NONE, fg=NONE, style='inverse' },
|
IncSearch = {bg=NONE, fg=NONE, style='inverse' },
|
||||||
Search = {bg=yellow,fg=black, style={'underline', color=white}},
|
Search = {bg=yellow,fg=black, style={'underline', color=white}},
|
||||||
|
CurSearch = {bg=pink, fg=black, style={'underline', color=white}},
|
||||||
MatchParen = {bg=NONE, fg=orange, style={'bold', 'underline' }},
|
MatchParen = {bg=NONE, fg=orange, style={'bold', 'underline' }},
|
||||||
|
|
||||||
--[[ 4.2.8. Spelling]]
|
--[[ 4.2.8. Spelling]]
|
||||||
|
|
Loading…
Reference in a new issue