Skip to content

Commit

Permalink
Fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed Sep 23, 2016
1 parent 00729ba commit c2c1590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/gruvbox.vim
Expand Up @@ -277,7 +277,7 @@ if exists('g:gruvbox_hls_cursor')
let s:hls_cursor = get(s:gb, g:gruvbox_hls_cursor)
endif

let s:number_column = s:bg4
let s:number_column = s:none
if exists('g:gruvbox_number_column')
let s:number_column = get(s:gb, g:gruvbox_number_column)
endif
Expand Down Expand Up @@ -513,7 +513,7 @@ hi! link WarningMsg GruvboxRedBold
" Gutter: {{{

" Line number for :number and :# commands
call s:HL('LineNr', s:number_column)
call s:HL('LineNr', s:bg4, s:number_column)

" Column where signs are displayed
call s:HL('SignColumn', s:none, s:sign_column)
Expand Down

0 comments on commit c2c1590

Please sign in to comment.