preservim/vim-colors-pencil

Need contrasting background on IncSearch and Search

reedes opened this issue · 1 comments

To reproduce issue:

  • enable search highlight with :set hlsearch
  • do an interactive search and replace with ;%s/foo/bar/c

If multiple instances of foo, you can't tell which one is active.

Suggest making backgrounds of Search=gray and IncSearch=yellow

Fixed. Thanks Matt