danth / pathfinder.vim

Vim plugin to suggest better movements
MIT License
290 stars 4 forks source link

Set fg/bg color of popup #43

Closed hejops closed 4 years ago

hejops commented 4 years ago

On certain colorschemes (e.g. koehler, among others), popups appear un-highlighted. This can make it difficult to distinguish popups from actual text.

Screenshot_2020-07-02_17-52-52

Is there a way to configure the appearance of the popup?

danth commented 4 years ago

Currently it uses the Cursor highlight group. There used to be a separate group called PathfinderPopup, but that was removed in v2. I think it is possible to add it back, and inherit from Cursor if it's not overridden.