feat(theme): Add TabLine TabLine and TabLineSel

This commit is contained in:
James Simpson 2021-10-05 16:32:19 -04:00
commit c7de2f768f

View file

@ -62,9 +62,9 @@ theme.base = {
StatusLineNC = { fg = p.subtle, bg = p.surface },
-- StatusLineTerm = {},
-- StatusLineTermNC = {},
-- TabLine = {},
-- TabLineFill = {},
-- TabLineSel = {},
TabLine = { fg = p.subtle, bg = p.overlay },
TabLineFill = { bg = p.surface },
TabLineSel = { fg = p.text, bg = p.inactive },
Title = { fg = p.rose },
VertSplit = maybe_bold_vert_split,
Visual = { bg = p.highlight },