dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
546 stars 10 forks source link

Search sign colors #120

Closed somsomers closed 1 year ago

somsomers commented 1 year ago

Hello.

Could you say, is there any way to make search sign more visible with lua config. Dark themes make it almost invisible in AstroNvim.

dstein64 commented 1 year ago

Hi @somsomers. :help scrollview-color-customization has documentation on scrollview color customization.

For example, the following command changes the color of the search signs to match the highlight group Title.

highlight link ScrollViewSearch Title

Does this address the issue you're encountering?

somsomers commented 1 year ago

Yes, thank you a lot.

somsomers commented 1 year ago

Closing