feat: update bufferline selected tab

Ref #149
This commit is contained in:
mvllow 2023-03-30 12:23:37 -05:00
commit 8b63bcd142

View file

@ -20,10 +20,10 @@ return {
-- fg = '<color-value-here>', -- fg = '<color-value-here>',
-- bg = '<color-value-here>', -- bg = '<color-value-here>',
-- }, -- },
-- tab_selected = { tab_selected = {
-- fg = '<color-value-here>', fg = p.text,
-- bg = '<color-value-here>', bg = p.overlay,
-- }, },
-- tab_close = { -- tab_close = {
-- fg = '<color-value-here>', -- fg = '<color-value-here>',
-- bg = '<color-value-here>', -- bg = '<color-value-here>',