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 a5e1cc7842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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