This allows you to set the highlight group of the scrollbar in the completion menu and doc menu to be something you'd want to be specifically. This solves this issue here: https://github.com/hrsh7th/nvim-cmp/issues/1775
This is just an example of the change here (I chose wild colors just to make them stand out):
The way you would do this by using scrollbar_winhighlight and scrollbar_thumb_winhighlight and setting them to highlights you'd want to use:
This allows you to set the highlight group of the scrollbar in the completion menu and doc menu to be something you'd want to be specifically. This solves this issue here: https://github.com/hrsh7th/nvim-cmp/issues/1775
This is just an example of the change here (I chose wild colors just to make them stand out):
The way you would do this by using
scrollbar_winhighlight
andscrollbar_thumb_winhighlight
and setting them to highlights you'd want to use: