diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index d219d6f..097b4d8 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -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) call Highlight("Search", s:black, s:bright_yellow, s:bold) call Highlight("Identifier", s:light_blue, s:none, s:none)