]> git.huck.website - nvim.git/commitdiff
fixed: window separator color
authorHuck Boles <huck@huck.website>
Mon, 11 Mar 2024 21:50:37 +0000 (14:50 -0700)
committerHuck Boles <huck@huck.website>
Mon, 11 Mar 2024 21:50:37 +0000 (14:50 -0700)
lua/huck/theme.lua

index 068212c8415b67c0260a57026d73777f15fa7179..0e876c90b60f8c0067369b58953d42292ff6dbd5 100644 (file)
@@ -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)