mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: unlink TabLine from StatusLine (#214)
This commit is contained in:
parent
1ffdf27819
commit
aa74893a06
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ local function set_highlights()
|
|||
StatusLineTerm = { fg = palette.base, bg = palette.pine },
|
||||
StatusLineTermNC = { fg = palette.base, bg = palette.pine, blend = 60 },
|
||||
Substitute = { link = "IncSearch" },
|
||||
TabLine = { link = "StatusLine" },
|
||||
TabLine = { fg = palette.subtle, bg = groups.panel },
|
||||
TabLineFill = { bg = groups.panel },
|
||||
TabLineSel = { fg = palette.text, bg = palette.overlay, bold = styles.bold },
|
||||
Title = make_title(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue