nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.71k stars 455 forks source link

Feat: Allow overriding color of the tabline background #1266

Open savchenko opened 2 weeks ago

savchenko commented 2 weeks ago

Requested feature

Allow users to set the background of the bufferline, area highlighted with red:

image

Motivation

The property is currently not exposed in theme file or in the plugin settings.

Relates to https://github.com/nvim-lualine/lualine.nvim/issues/1169