jeffkreeftmeijer / vim-dim

Dim (/dɪm/; a contraction of Default IMproved) is a clone of Vim’s default colorscheme, with some improvements.
https://jeffkreeftmeijer.com/vim-16-color
248 stars 30 forks source link

Add support for nvim-specific highlight groups such as "Whitespace" #4

Closed bool3max closed 3 years ago

bool3max commented 3 years ago

neovim has introduced saner highlight groups for stuff such as characters output by listchars.

An example is Whitespace, which declares the style and color used by visible space and newline characters.

bool3max commented 3 years ago

It appears that in neovim, Whitespace is automatically bound to NonText, which dim already sets.

jeffkreeftmeijer commented 3 years ago

Hey @bool3max, thanks for suggesting this. I’d be open to adding NeoVim-specific highlight groups, given that they aren’t direct aliases for Vim’s default ones.

I haven’t looked into this, but I can imagine these would be a bit more fine-grained than Vim’s.

Please feel free to open a pull request if you find a highlight group we haven’t covered that we can improve on by ANSIfying or dimming the colors.