space-vim-dark
space-vim-dark copied to clipboard
Change symbol bg color for "git-gutter" plugin.
The "git-gutter" plugin sets the symbols bg color the same as the line color. This way the correct bg color is set for git-gutter symbols.
Hmm, it's intentional :).
your patch:
default:
From my point of view, a consistent background could be neater.
I believe that in linux the terminal renders different. I'll look into it and share some screenshots here, later today.
@otalpster GitGutter has an option to disable the signcolumn highlighting override if that helps (i don't know if this would work).
let g:gitgutter_override_sign_column_highlight = 0