From 1eb70ea0182e7e43fd28e8141556086e1d853ec4 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Sat, 13 Nov 2021 23:18:05 +1100 Subject: [PATCH] Remove fixed background on special key --- 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 3e24c1c..d372744 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -160,7 +160,7 @@ call Highlight("gitcommitSelectedFile", s:orange, s:none, s:none) 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("SpecialKey", s:dark_grey, s:none, s:none) call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline) call Highlight("Search", s:black, s:bright_yellow, s:bold)