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

Change spell check colors to be close to the Vim default #3

Closed timakro closed 3 years ago

timakro commented 3 years ago

Particularly change the SpellBad highlighting group from red to green.

In my color scheme those colors look very close to Vim's default colors. I used the following command for testing:

:echohl SpellBad|echo "bad"|echohl SpellRare|echo "rare"|echohl SpellLocal|echo "local"
Before After Vim default
image image image
jeffkreeftmeijer commented 3 years ago

Cool, thanks! I don’t know how that happened, but this is definitely closer to the defaults. 👍