Merge pull request #30 from tgfisher/search_colors

differentiates search colors
This commit is contained in:
patstockwell
2020-12-02 21:47:11 +11:00
committed by GitHub

View File

@@ -142,7 +142,7 @@ call Highlight("gitcommitSummary", s:white, s:none, s:none)
call Highlight("gitcommitOverflow", s:magenta, s:none, s:none)
call Highlight("SpecialKey", s:dark_grey, s:darker_grey, s:none)
call Highlight("IncSearch", s:black, s:bright_yellow, s:bold)
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline)
call Highlight("Search", s:black, s:bright_yellow, s:bold)
call Highlight("Identifier", s:light_blue, s:none, s:none)