Skip to content
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

Please add colors for WinBar (NeoVIM 0.8 new feature) #193

Open
alexeygumirov opened this issue Oct 11, 2022 · 0 comments
Open

Please add colors for WinBar (NeoVIM 0.8 new feature) #193

alexeygumirov opened this issue Oct 11, 2022 · 0 comments

Comments

@alexeygumirov
Copy link

alexeygumirov commented Oct 11, 2022

WinBar highlight group is needed.

Without WinBar highlight group, the WinBar uses standard background and does not stand out.
no WinBar hl group

I made my own modification in the NVIM LSP section for WinBar,

  " Neovim (LSP) diagnostics
  if has('nvim')
    ...
    exec 'hi WinBar' . s:fg_aqua . s:bg_tabline_bg

With it WinBar looks a bit better:
WinBar hl group

But this is just a temporary hack and I am not fully satisfied with the colors.
I think this feature requires a bit better color taste than mine and better color design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant