From ebc69978b3e3d7dc070b85fe30369fd002dca98d Mon Sep 17 00:00:00 2001 From: hylo Date: Sun, 19 Mar 2023 23:01:48 +0100 Subject: [PATCH] fix: WinSeparator --- lua/flatwhite/groups.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/flatwhite/groups.lua b/lua/flatwhite/groups.lua index a369981..91428a9 100644 --- a/lua/flatwhite/groups.lua +++ b/lua/flatwhite/groups.lua @@ -125,6 +125,8 @@ local function setup(configs) EndOfBuffer = endOfBuffer, + WinSeparator = { fg = colors.base3 }, + -- TreeSitter ["@error"] = colors.fw_red, ["@punctuation.delimiter"] = { fg = colors.fg }, -- 2.30.2