From 01134f34d28fe03074e50ed3eb2de2c0fb4c803d Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Wed, 8 Jun 2016 05:54:32 +0300 Subject: [PATCH] whoops #113 --- colors/gruvbox.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 9cf641dd..28c258d8 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -446,9 +446,9 @@ endif if version >= 700 " Screen line that the cursor is - call s:HL('CursorLine', s:none, s:red) + call s:HL('CursorLine', s:none, s:bg1) " Screen column that the cursor is - hi! link CursorColumn CursorLine + call s:HL('CursorLine', s:bg1, s:none, s:inverse) " Tab pages line filler call s:HL('TabLineFill', s:bg4, s:vim_bg, s:invert_tabline)