michaelbrusegard / tabline.wez

A versatile and easy to use retro tab bar plugin for the WezTerm terminal emulator created with the lualine.nvim configuration format
MIT License
55 stars 5 forks source link

Feature Request: Separate Color Configuration for Section X-Z #28

Closed 0xJWLabs closed 1 month ago

0xJWLabs commented 1 month ago

Hi,

I’ve noticed that when trying to customize the colors for section z in the tabline, it seems tied to section a, which makes it difficult to style each section individually. I’m specifically looking for a way to modify the colors of section z independently, without affecting section a’s styling.

For example, this doesn’t seem to work as expected:

normal_mode = {
   z = { fg = colors.text, bg = colors.crust },
}

It would be really helpful if there were a way to apply different colors to section z without having to change other sections, allowing more flexibility with the tabline design.

Thanks for considering this!

michaelbrusegard commented 1 month ago

After reading up on how lualine is doing this here I see that they support setting x, y and z but default back to a, b and c. Because of that I think this should be added. it is a little sizeable change so I can not promise when I will have time to implement it

0xJWLabs commented 1 month ago

@michaelbrusegard Alright thanks! Can't wait for it!