diff --git a/lua/rose-pine.lua b/lua/rose-pine.lua index 795b9a1..fdbd633 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -86,13 +86,13 @@ local function set_highlights() TabLineFill = { bg = groups.panel }, TabLineSel = { fg = palette.text, bg = palette.overlay, bold = styles.bold }, Title = make_title(), - VertSplit = make_border(), + VertSplit = { fg = groups.border }, Visual = { bg = palette.highlight_med }, -- VisualNOS = {}, WarningMsg = { fg = groups.warn, bold = styles.bold }, -- Whitespace = {}, WildMenu = { link = "IncSearch" }, - WinSeparator = make_border(), + WinSeparator = { fg = groups.border }, DiagnosticError = { fg = groups.error }, DiagnosticHint = { fg = groups.hint }, diff --git a/lua/rose-pine/config.lua b/lua/rose-pine/config.lua index d5ef0d8..74ee9e5 100644 --- a/lua/rose-pine/config.lua +++ b/lua/rose-pine/config.lua @@ -99,6 +99,7 @@ config.options = { local function migrate(options) if options.bold_vert_split then options.highlight_groups["VertSplit"] = { fg = "muted", bg = "muted" } + options.highlight_groups["WinSeparator"] = { fg = "muted", bg = "muted" } end if options.disable_float_background then