nvim: yolokai: Change MatchParen highlight

Purple is also used for some other groups, use of orange makes the
matching identifiers stand out.
This commit is contained in:
Sanchayan Maity 2021-12-03 20:02:31 +05:30
parent 3c69913845
commit cdb4ba7740
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +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}},
MatchParen = {bg=NONE, fg=purple, style={'bold', 'underline' }},
MatchParen = {bg=NONE, fg=orange, style={'bold', 'underline' }},
--[[ 4.2.8. Spelling]]
SpellBad = {bg=NONE, fg=NONE, style={'undercurl', color=red }},