mswift42 / themecreator

https://mswift42.github.io/themecreator/ create themes for intellij, textmate, textadept, atom, emacs, vim and gnome terminal.
GNU General Public License v3.0
404 stars 33 forks source link

Add missing Vim built-in highlight groups #29

Closed Arnie97 closed 1 year ago

Arnie97 commented 1 year ago

This patch will only show a difference if you have e.g. set foldcolumn=auto signcolumn=auto in .vimrc, as the default option value is set foldcolumn=0.

Before the patch (got column highlights from the Vim default color scheme):

before

After the patch:

after
mswift42 commented 1 year ago

Thank you very much for this. I'll merge it in the next few days.

mswift42 commented 1 year ago

Thanks great stuff.