From 363e7542c80e74a4b96518fbec385d83b4cdae50 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Sun, 13 Nov 2022 20:58:38 +1100 Subject: [PATCH] Remove custom highlight groups --- colors/vim-monokai-tasty.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index d50b410..254b213 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -133,11 +133,6 @@ call Highlight('LineNr', { 'fg': s:dark_grey, 'bg': s:none, 'style': s:none }) call Highlight('VertSplit', { 'fg': s:darker_grey, 'bg': s:charcoal, 'style': s:none }) call Highlight('StatusLine', { 'fg': s:light_grey, 'bg': s:charcoal, 'style': s:none }) call Highlight('StatusLineNC', { 'fg': s:grey, 'bg': s:darker_grey, 'style': s:none }) - -" Custom highlight groups -call Highlight('ActiveWindow', { 'bg': s:charcoal }) -call Highlight('InactiveWindow', { 'bg': s:light_charcoal }) - call Highlight('Exception', { 'fg': s:magenta, 'bg': s:none, 'style': s:bold }) call Highlight('MatchParen', { 'fg': s:magenta, 'bg': s:none, 'style': s:bold_underline }) call Highlight('Include', { 'fg': s:magenta, 'bg': s:none, 'style': s:none })