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

winbar with color #75

Open
menash134 opened this issue Nov 10, 2022 · 2 comments
Open

winbar with color #75

menash134 opened this issue Nov 10, 2022 · 2 comments

Comments

@menash134
Copy link

menash134 commented Nov 10, 2022

Hi,

a) I just need a normal winbar without symbols with fullpathname ,
b) I just need to change the color of the winbar.

set winbar=%f%M . It works. But I dont know how to change the color.

Could you help me?

@gegoune
Copy link

gegoune commented Nov 11, 2022

Colours are set the same way as for the statusline, so you can read about it here :h statusline and search for highlight.

@utilyre
Copy link
Contributor

utilyre commented Nov 18, 2022

Consider using barbecue.nvim.

Here is a minimal config for what you want:

require("barbecue").setup({
  symbols = {
    separator = ">",
  },
  kinds = false,
})

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

3 participants