projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a32ff
)
fix: WinSeparator
author
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:48 +0000
(23:01 +0100)
committer
hylo
<hylo@posteo.de>
Sun, 19 Mar 2023 22:01:48 +0000
(23:01 +0100)
lua/flatwhite/groups.lua
patch
|
blob
|
history
diff --git
a/lua/flatwhite/groups.lua
b/lua/flatwhite/groups.lua
index a369981d576d02b25ecae9d2e40078bcc907e5e1..91428a99600b934c10ae0855443e99166d9e0631 100644
(file)
--- 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 },