From 2a3034fd8f204f598bfd995d4ad50fb206c6e653 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Mon, 11 Mar 2024 14:50:37 -0700 Subject: [PATCH] fixed: window separator color --- lua/huck/theme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/huck/theme.lua b/lua/huck/theme.lua index 068212c..0e876c9 100644 --- a/lua/huck/theme.lua +++ b/lua/huck/theme.lua @@ -96,6 +96,7 @@ highlight("WinBar", nil, black, nil, nil) highlight("WinBarNC", nil, black, nil, nil) highlight("QuickFixLine", cyan, nil, nil, nil) highlight("MsgArea", nil, black, nil, nil) +highlight("WinSeparator", dark_grey, black, nil, nil) -- floating windows highlight("NormalFloat", white, black, nil, nil) -- 2.44.2