-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad background colors on sing gutter when using gruvbox + git-gutter #64
Comments
In case is useful: :hi SignColumn
SignColumn xxx term=standout ctermbg=237 guibg=#3c3836
links to LineNr It seems that the problem is that set background=dark
colorscheme gruvbox
hi GitGutterAdd ctermbg=235
hi GitGutterChange ctermbg=235
hi GitGutterDelete ctermbg=235
hi GitGutterChangeDelete ctermbg=235 |
Hi! |
So sorry for bother you guys, @amilsil please tell me what font is it ? i am falling in love |
@baIIoon It looks like Space Mono to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated all my vim plugins, and found a weird issue with gruvbox + git-gutter. I know it's not git-gutter fault because other colorschemes doesn't exhibit that problem:
I would have expected the background of the sign to be the same of the background of the writing area, not the same as the cursorline.
PS.- it also happens with gvim, so it's not a terminal issue :)
The text was updated successfully, but these errors were encountered: