space-vim-dark icon indicating copy to clipboard operation
space-vim-dark copied to clipboard

Change symbol bg color for "git-gutter" plugin.

Open kioplato opened this issue 7 years ago • 3 comments

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.

kioplato avatar Nov 18 '17 10:11 kioplato

Hmm, it's intentional :).

your patch: 2017-11-18 7 01 03

default: 2017-11-18 7 01 27

From my point of view, a consistent background could be neater.

liuchengxu avatar Nov 18 '17 11:11 liuchengxu

I believe that in linux the terminal renders different. I'll look into it and share some screenshots here, later today.

kioplato avatar Nov 18 '17 12:11 kioplato

@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

axvr avatar Dec 11 '17 20:12 axvr