local theme = { fill = 'TabLineFill', -- Also you can do this: fill = { fg='#f2e9de', bg='#907aa9', style='italic' } head = 'TabLine', current_tab = 'TabLineSel', tab = 'TabLine', win = 'TabLine', tail = 'TabLineTail', close_sel = 'TabLineCloseSel', close = 'TabLineClose', } require('tabby.tabline').use_preset('active_wins_at_tail', { theme = { fill = 'TabLineFill', -- tabline background head = 'TabLine', -- head element highlight current_tab = 'TabLineSel', -- current tab label highlight tab = 'TabLine', -- other tab label highlight win = 'TabLine', -- window highlight tail = 'TabLine', -- tail element highlight }, nerdfont = true, -- whether use nerdfont lualine_theme = nil, -- lualine theme name -- tab_name = { -- name_fallback = function(tabid) -- return tabid -- end, -- }, buf_name = { mode = 'tail', }, })