non italic TabLine

closes #14
This commit is contained in:
Michael Chris Lopez
2021-10-08 17:36:10 +08:00
parent b26b7d85c6
commit 2b710aae12
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ function M.generate(p, opt)
StatusLine { bg = p.bg.da(14), fg = p.fg }, -- status line of current window
StatusLineNC { bg = p.bg.da(10), fg = p.fg.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine { StatusLine, gui = "italic" }, -- tab pages line, not active tab page label
TabLine { StatusLine }, -- tab pages line, not active tab page label
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
VertSplit { LineNr }, -- the column separating vertically split windows

View File

@@ -93,7 +93,7 @@ function M.generate(p, opt)
StatusLine { bg = p.bg.li(16), fg = p.fg }, -- status line of current window
StatusLineNC { bg = p.bg.li(11), fg = p.fg.li(28) }, -- status lines of not-current windows Note: if this is equal to "StatusLine" Vim will use "^^^" in the status line of the current window.
TabLine { StatusLine, gui = "italic" }, -- tab pages line, not active tab page label
TabLine { StatusLine }, -- tab pages line, not active tab page label
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
VertSplit { LineNr }, -- the column separating vertically split windows