romgrk / barbar.nvim

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

Change color of the tab bar #354

Closed Senya247 closed 1 year ago

Senya247 commented 1 year ago

The tabs bar has a color that's slightly lighter than the rest of the page image Is there any way I can get it to match the page's color?

Iron-E commented 1 year ago

See the README or :h barbar.nvim for more info, but I believe the group you're referring to is BufferTabpageFill.

You can use the :hi command to alter the definition for that highlight group to match the color you're looking for.

Senya247 commented 1 year ago

Thank you