-
Notifications
You must be signed in to change notification settings - Fork 453
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
WinBar highlight does not follow color scheme #237
Comments
Is this from a plugin? Where do the groups come from? We can certainly add support for a plugin (?) or for something that's part of default vim; it's also possible to customize those colors yourself. |
This is part of default vim. WinBar can be added as: nnoremenu WinBar.test :test and works like menu. |
Apologies for the delay. I haven't given this much thought in terms of what colors are appropriate. Suggestions are welcome; perhaps @dsifford knows something about how we should style UI elements? If you're keen on experimenting, |
I'll be honest and say I've never heard of winbar or any of the I tried entering @fedorenchik's example in a blank editor and nothing seemed to happen. |
@dsifford I think in non-gui vim you have to |
I use Linux GTK3 GUI, Vim 8.2.2601 |
This also works in terminal, as long as terminal supports mouse. |
As I said I don't have much thought on this, nor the time to dig in to it. If we don't have a suggestion for a generic UI element, than I would recommend @fedorenchik try some things and come back with a suggestion. |
@benknoble Sorry, I don't understand what you mean by 'generic UI element'? WinBar is similar to button toolbar, but can be attached to each window (and use "text" UI inside vim windows). And what things you mean you recommend to try? If you mean real use case, there's vimspector (modern debugger for vim): https://github.com/puremourning/vimspector Or you want me to send PR (should be pretty easy (add |
It's a button /shrug we have all kinds of spec for programming- and markdown- specific syntax items, but the UI stuff (line numbers, etc.) is a bit more ad-hoc. Yes, I'm suggesting you try some different things from the colorscheme's palette for those buttons and send a PR (w/ screenshot). |
What happened
WinBar hightight colors left as defaults.
What I expected to happen
WinBar highlight groups
ToolbarLine
andToolbarButton
set to colors matching dracula theme.Screenshot
Machine Info
TERM
environment variable: xterm-kittyThe text was updated successfully, but these errors were encountered: