Any way to give the winbar a darker color? #171
-
Hi, I was wondering if there's some way to give the winbar a darker shade to differentiate it from the other text in the window. I understand that there is a workaround in the code for an issue (#118) that disables the winbar background color. However, other plugins (eg. fgheng/winbar.nvim) seem to be able to use the proper background color and have colored icons/text, so I'm not entirely sure what the issue is. Is it to do with incorrect colors when clicking in the navbar and as such highlighting a component? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Good question, there is an issue in the neovim repo that better describes the problem: neovim/neovim#26037. I am also interested in if there is any way to have a proper winbar background color that is not unnecessarily complex.
I tried to setup winbar.nvim but it does not even start and set the winbar for me. Have you successfully set it up? If so, could you share you config and a screenshot of how it renders a winbar with background and colorful components? |
Beta Was this translation helpful? Give feedback.
-
You can already have proper background color if you are using nvim 0.11+, see 0065665 |
Beta Was this translation helpful? Give feedback.
-
Awesome. I can confirm that the the winbar has the proper background color with nightly now. Thanks again. |
Beta Was this translation helpful? Give feedback.
You can already have proper background color if you are using nvim 0.11+, see 0065665