nvim: yolokai: Add recently introduced hl-CurSearch

This commit is contained in:
Sanchayan Maity 2022-04-21 11:05:39 +05:30
parent cc2fcffc56
commit bc55909a12
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ local highlight_groups = {
--[[ 4.2.7. Searching]]
IncSearch = {bg=NONE, fg=NONE, style='inverse' },
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' }},
--[[ 4.2.8. Spelling]]