diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index fe3835c5..235039fa 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -442,7 +442,7 @@ endif if version >= 700 " Screen line that the cursor is - call s:HL('CursorLine', s:none, s:bg1) + call s:HL('CursorLine', s:none, s:red) " Screen column that the cursor is hi! link CursorColumn CursorLine