From 56b6d710cecdbeb57dda592d02d68be389ffcc36 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Wed, 9 Nov 2022 14:59:04 +1100 Subject: [PATCH] Simplify cursor line highlight --- colors/vim-monokai-tasty.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index dd616fa..071c981 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -88,12 +88,12 @@ call Highlight('SpellRare', { 'fg': s:white, 'bg': s:danger, 'style': s:none }) call Highlight('SpellCap', { 'fg': s:charcoal, 'bg': s:orange, 'style': s:italic }) call Highlight('SpellLocal', { 'fg': s:charcoal, 'bg': s:orange, 'style': s:italic }) -call Highlight('CursorLineNR', { 'fg': s:yellow, 'bg': s:none, 'style': s:none }) +call Highlight('CursorLineNR', { 'fg': s:yellow }) call Highlight('CursorColumn', { 'fg': s:none, 'bg': s:darker_grey, 'style': s:none }) call Highlight('ColorColumn', { 'fg': s:none, 'bg': s:light_charcoal, 'style': s:none }) call Highlight('Conceal', { 'fg': s:none, 'bg': s:none, 'style': s:none }) -call Highlight('CursorLine', { 'fg': s:none, 'bg': s:darker_grey, 'style': s:none }) +call Highlight('CursorLine', { 'bg': s:light_charcoal }) call Highlight('Type', { 'fg': s:none, 'bg': s:none, 'style': s:none }) " quickfix window