projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.08k stars 105 forks source link

Distinguish highlighted match from others in substitute command #190

Closed santiprandi closed 2 years ago

santiprandi commented 2 years ago

Hello, I noticed that while using the substitute command with the confirmation flag the current word waiting for input has the same color as the others making it difficult to distinguish between them. Example using :%s/this/that/gc:

Replacing this on line three with GitHub theme:

image

Replacing this on line three with any default theme looks something like this:

image

This behaviour is the same for all variants of the theme. It would be nice to have the current word waiting for confirmation to be of a different color.

Thank you!