mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): Add TabLine TabLine and TabLineSel (#27)
This commit is contained in:
parent
09d761aec8
commit
a642130aff
1 changed files with 3 additions and 3 deletions
|
|
@ -62,9 +62,9 @@ theme.base = {
|
||||||
StatusLineNC = { fg = p.subtle, bg = p.surface },
|
StatusLineNC = { fg = p.subtle, bg = p.surface },
|
||||||
-- StatusLineTerm = {},
|
-- StatusLineTerm = {},
|
||||||
-- StatusLineTermNC = {},
|
-- StatusLineTermNC = {},
|
||||||
-- TabLine = {},
|
TabLine = { fg = p.subtle, bg = p.overlay },
|
||||||
-- TabLineFill = {},
|
TabLineFill = { bg = p.surface },
|
||||||
-- TabLineSel = {},
|
TabLineSel = { fg = p.text, bg = p.inactive },
|
||||||
Title = { fg = p.rose },
|
Title = { fg = p.rose },
|
||||||
VertSplit = maybe_bold_vert_split,
|
VertSplit = maybe_bold_vert_split,
|
||||||
Visual = { bg = p.highlight },
|
Visual = { bg = p.highlight },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue