Fixed tab color in lualine

This commit is contained in:
Oliver Hartmann 2025-03-28 07:47:06 +00:00
parent ed4a7f86b5
commit 405cf6e7ac

View File

@ -119,6 +119,11 @@ return {
{
'tabs',
mode = 2,
tabs_color = {
-- Same values as the general color option can be used here.
active = { bg = 'orange', fg = 'black' },
inactive = { bg = 'grey'},
},
},
},
lualine_x = {},