sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

Introduce color for whitespace markers in Neovim. #94

Closed kdungs closed 3 years ago

kdungs commented 3 years ago

// This is a Neovim only feature, see https://github.com/neovim/neovim/pull/6367. // I tested it with Vim 8, as well where it simply has no effect.

When using

set list

In Vim, the whitespace characters would be drawn in the same color as the text which is intrusive IMHO. This commit changes it to use the same color as comments.

In order to make this compatible with regular Vim, one would probably have to use NonText, instead.

kdungs commented 3 years ago

Here are some before and after pictures: before after

sonph commented 3 years ago

Looks good to me 👍

kdungs commented 3 years ago

Cool, thanks a lot for merging this :)

Cheers!