NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.7k stars 235 forks source link

Fix: change NonText bg color to eliminate holes in cursorline #208

Open goverclock opened 1 month ago

goverclock commented 1 month ago

On neovim when set cursorline, list and set listchars=tab:> ,lead:.,trail:., there's an error in highlighting the cursor line with non text chars:

a

as shown in the picture, all the tabs(shown as >) are not colored correctly.

Please see the commit, it's small. This fixed the issue and I don't see any side effect.

FYI this is the expected effect under the default color scheme.

default