akinsho / bufferline.nvim

A snazzy bufferline for Neovim
GNU General Public License v3.0
3.52k stars 199 forks source link

[feature] add a new highlight group for pinned icon #823

Open serhez opened 1 year ago

serhez commented 1 year ago

What?

It would be great to have a highlight group only for the pinned icon. At the moment, I believe the highlight group affecting this icon is buffer_selected, just as for the buffer name.

Why?

More customizable UI.

akinsho commented 1 year ago

Open to a PR introducing it but not likely to add this one myself.