Pavel Pertsev 9 years ago
parent
commit
85633c514c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      colors/gruvbox.vim

+ 1 - 1
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