Open marcopaganini opened 6 years ago
The "signs" column on vim has the same color as the background. This makes it very confusing to edit code when signs are visible (as it blends with the background and looks like spacing).
I worked around it manually with:
:hi SignColumn term=standout ctermfg=28 ctermbg=252 guifg=DarkBlue guibg=#d0d0d0
But a more official solution would be better. :)
The "signs" column on vim has the same color as the background. This makes it very confusing to edit code when signs are visible (as it blends with the background and looks like spacing).
I worked around it manually with:
But a more official solution would be better. :)