From aa74893a06e1f5e45b42566eccc5fc4ddead194e Mon Sep 17 00:00:00 2001 From: not Date: Tue, 16 Jan 2024 08:31:18 -0600 Subject: [PATCH] fix: unlink TabLine from StatusLine (#214) --- lua/rose-pine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index c9ab80e..d4dfc48 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -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(),