feat(theme): Add TabLine TabLine and TabLineSel (#27)

This commit is contained in:
James 2021-10-05 18:02:35 -04:00 committed by GitHub
commit a642130aff

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 },