fix: WinSeparator
authorhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:48 +0000 (23:01 +0100)
committerhylo <hylo@posteo.de>
Sun, 19 Mar 2023 22:01:48 +0000 (23:01 +0100)
lua/flatwhite/groups.lua

index a369981d576d02b25ecae9d2e40078bcc907e5e1..91428a99600b934c10ae0855443e99166d9e0631 100644 (file)
@@ -125,6 +125,8 @@ local function setup(configs)
 
                EndOfBuffer = endOfBuffer,
 
+               WinSeparator = { fg = colors.base3 },
+
                -- TreeSitter
                ["@error"] = colors.fw_red,
                ["@punctuation.delimiter"] = { fg = colors.fg },