nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

fix: visual selection not wisible when termguicolors disabled #350

Open MitchiLaser opened 6 months ago

MitchiLaser commented 6 months ago

When the termguicolor option is not set within vim then a visual selection is not visible because the selection color is the same as the background color of the line. The following picture shows how it looks:

grafik

The changes in this pull request make the selection visible again:

grafik