From: Huck Boles Date: Mon, 11 Mar 2024 21:50:37 +0000 (-0700) Subject: fixed: window separator color X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=2a3034fd8f204f598bfd995d4ad50fb206c6e653;p=nvim.git fixed: window separator color --- 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)