From bc11d47b97fb21d3171f39414a76d3e73c3ffdc2 Mon Sep 17 00:00:00 2001 From: Joshua Steele Date: Mon, 4 May 2020 07:37:15 +0300 Subject: [PATCH] Remove bg from SignColumn. --- 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 daf368e..4d0dc6e 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -87,7 +87,7 @@ call Highlight("Whitespace", s:dark_grey, s:none, s:none) call Highlight("TabLineSel", s:none, s:charcoal, s:bold) -call Highlight("SignColumn", s:grey, s:darker_grey, s:none) +call Highlight("SignColumn", s:none, s:none, s:none) call Highlight("NonText", s:darker_grey, s:none, s:none) call Highlight("TabLineFill", s:none, s:darker_grey, s:none) call Highlight("LineNr", s:darker_grey, s:none, s:none)