Skip to content
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

Closed
pablox-cl opened this issue Jun 7, 2015 · 5 comments
Closed

Comments

@pablox-cl
Copy link

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:

selection_036

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 :)

@pablox-cl
Copy link
Author

In case is useful:

:hi SignColumn
SignColumn     xxx term=standout ctermbg=237 guibg=#3c3836
                   links to LineNr

It seems that the problem is that GitGutterAdd and friends are setting ctermbg=237, instead 235. Using this workaround the problem:

set background=dark
colorscheme gruvbox
hi GitGutterAdd          ctermbg=235
hi GitGutterChange       ctermbg=235
hi GitGutterDelete       ctermbg=235
hi GitGutterChangeDelete ctermbg=235

@morhetz
Copy link
Owner

morhetz commented Jul 5, 2015

Hi!
There's an option for this g:gruvbox_sign_column
#15 (comment)

@morhetz morhetz closed this as completed Jul 5, 2015
@amilsil
Copy link

amilsil commented Feb 21, 2019

For anyone landing here, settings let g:gitgutter_override_sign_column_highlight=1 fixes the sign column for you.

screen shot 2019-02-21 at 1 50 43 pm

@hewcaw
Copy link

hewcaw commented Jul 3, 2019

So sorry for bother you guys, @amilsil please tell me what font is it ? i am falling in love

@koredefashokun
Copy link

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants