Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Clear sign column to match background color
Browse files Browse the repository at this point in the history
  • Loading branch information
treeman committed Oct 1, 2020
1 parent 4b59716 commit ab1454e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions colors/gruvbox.vim
Expand Up @@ -385,8 +385,7 @@ if exists('g:gruvbox_number_column')
let s:number_column = get(s:gb, g:gruvbox_number_column)
endif

let s:sign_column = s:gb.bg1

let s:sign_column = s:none
if exists('g:gruvbox_sign_column')
let s:sign_column = get(s:gb, g:gruvbox_sign_column)
endif
Expand Down

0 comments on commit ab1454e

Please sign in to comment.