-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Highlight group for menu #16
Comments
I was doing some digging around, to find a highlight group to change the background of the actual menu windows themselves. I thought Is there a way to change the highlight for the entire window itself? |
Hi @Bekaboo, I was thinking more the entire window itself i.e. if you wanted to change the colour of an entire floating window. Not just parts of the text |
Do you mean the background color of the menu? Currently no special highlight groups are set for that, but I think it can be done using |
@Bekaboo yep I mean the background colour of the menu, essentially the same way you can tweak the background of |
@akinsho Currently there's no option for it, will add it later. |
@akinsho Added |
Awesome works great thanks 🙌🏾 |
Problem
As I understand it,
dropbar
follow theWinBar
highlight group so changing the colors forWinBar
will also reflect indropbar
.This is working well as show below:
Note that, I have a slightly different foreground color in
WinBar
compared toNormal
.However, for the menu items, it would be a 'nice-to-have' addition if the menu items also follows the
WinBar
highlights groups.Below is a capture of the menu items:
To further demonstrate, I have temporarily changed
WinBar
andWinBarNC
to red and clicked on the winbar to reveal the menu items:Expected behavior
It would be a 'nice-to-have' if we have a highlight group for the menu items buffer. OR;
Make the menu items buffer follow
WinBar
highlight group for consistency.The text was updated successfully, but these errors were encountered: