fxn / vim-monochrome

Monochrome color scheme for Vim
315 stars 59 forks source link

Missing style for SignColumn (used by debuggers/linters) #9

Closed saalaa closed 6 years ago

saalaa commented 6 years ago

As shown in the attached screenshot, monochrome currently looks aggressive:

bad

I propose that the following style is added:

call s:hi('SignColumn')

So that it looks like this:

good

fxn commented 6 years ago

Indeed, I don't use debuggers and overlooked that one. Your suggestion looks great and the patch is up.

Thank you!

saalaa commented 6 years ago

Wonderful, thanks a ton!