From ae50dc2130b7778bd062786750c042c1dcdc99dc Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 2 Jan 2024 20:31:39 -0600 Subject: [PATCH] chore: explicitly set `WinSeparator` Closes #191 --- 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 373e7d0..d0ba738 100644 --- a/lua/rose-pine.lua +++ b/lua/rose-pine.lua @@ -88,7 +88,7 @@ local function set_highlights() WarningMsg = { fg = groups.warn, bold = styles.bold }, -- Whitespace = {}, WildMenu = { link = "IncSearch" }, - WinSeparator = { link = "VertSplit" }, + WinSeparator = make_border(), DiagnosticError = { fg = groups.error }, DiagnosticHint = { fg = groups.hint },