Fixed tab color in lualine
This commit is contained in:
parent
ed4a7f86b5
commit
405cf6e7ac
@ -119,6 +119,11 @@ return {
|
|||||||
{
|
{
|
||||||
'tabs',
|
'tabs',
|
||||||
mode = 2,
|
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 = {},
|
lualine_x = {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user