NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

Signs column has the same color as the background #109

Open marcopaganini opened 6 years ago

marcopaganini commented 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. :)