Skip to content
Discussion options

You must be logged in to vote

On the popup window with text, it seems to be using "Normal" highlights for highlighting the borders. Thats why I had to map Normal to FloatBorder as a workaround here. I suspect SmiteshP/nvim-navbuddy#3 opened on my plugins is caused by this.

You might just want to use "Normal:Normal,FloatBorder:NavbuddyFloatBorder" as winhighlight for all the popups.

  • FloatBorder is used for popup border.
  • Normal is used for the popup body.

If you use "Normal:NavbuddyFloatBorder,FloatBorder:NavbuddyFloatBorder", then highlight for popup's body and border become the same.


If you want the border text to have the same color as border, you can replace https://github.com/SmiteshP/nvim-navbuddy/blob/b043ee…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MunifTanjim
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #246 on March 31, 2023 07:09.