Skip to content

Commit ae44541

Browse files
authored
fix: unlink TabLine from StatusLine (#214)
1 parent b008009 commit ae44541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/rose-pine.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ local function set_highlights()
8282
StatusLineTerm = { fg = palette.base, bg = palette.pine },
8383
StatusLineTermNC = { fg = palette.base, bg = palette.pine, blend = 60 },
8484
Substitute = { link = "IncSearch" },
85-
TabLine = { link = "StatusLine" },
85+
TabLine = { fg = palette.subtle, bg = groups.panel },
8686
TabLineFill = { bg = groups.panel },
8787
TabLineSel = { fg = palette.text, bg = palette.overlay, bold = styles.bold },
8888
Title = make_title(),

0 commit comments

Comments
 (0)