romgrk / barbar.nvim

The neovim tabline plugin.
2.24k stars 83 forks source link

Allow an option for always highlighting icons #346

Closed goingtosleep closed 1 year ago

goingtosleep commented 1 year ago

I'm on my way porting my tabline config from bufferline to barbar. So far so good, however, I would like to customize the icon colors a bit more. With bufferline, I can have colors for icons regardless of the activeness of the buffers like this:

image

whereas the color is only shown for active buffer with barbar:

image

Is it possible to add an option, maybe always_highlight_icons to achieve this? I patched it locally but it's great if the feature is supported by the authors. Thanks ☺️