Closed timakro closed 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"
Cool, thanks! I don’t know how that happened, but this is definitely closer to the defaults. 👍
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: