diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 71c5a65..373e7d0 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -80,7 +80,7 @@ local function set_highlights() Substitute = { link = "IncSearch" }, TabLine = { link = "StatusLine" }, TabLineFill = { bg = groups.panel }, - TabLineSel = { fg = palette.text, bg = palette.overlay }, + TabLineSel = { fg = palette.text, bg = palette.overlay, bold = styles.bold }, Title = make_title(), VertSplit = make_border(), Visual = { fg = palette.base, bg = palette.pine },