patstockwell / vim-monokai-tasty

VIM Colour scheme
390 stars 51 forks source link

differentiates search colors #30

Closed tgfisher closed 4 years ago

tgfisher commented 4 years ago

Differentiating between Search and IncSearch colors improves experience. This change adds a distinct color-set for the 'current search position' within the set of (search) highlights. Without two sets of colors, the 'current search position' is not distinguishable from other highlights in an incremental search. Further, this change helps orient the user during a search and replace (:%s/\<find>/\<replace>/gc) with many matches.

Specifically, IncSearch colors are inverted from Search and have an underline.

patstockwell commented 4 years ago

This is great 🎉 Thanks for taking the time to contribute.