From ad2acdd06d8eaca8f3942c3590220a87a96ce7ec Mon Sep 17 00:00:00 2001 From: tgfisher Date: Fri, 27 Nov 2020 14:50:35 -0800 Subject: [PATCH] inverts IncSearch colors from Search --- colors/vim-monokai-tasty.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)