Skip to content

Commit a80be2f

Browse files
committed
fix: typo in WinSeparator highlight group
1 parent 762715c commit a80be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cyberdream/theme.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function M.setup()
4949
EndOfBuffer = { fg = t.bg },
5050
ErrorMsg = { fg = t.red },
5151
VertSplit = { fg = t.bgHighlight, bg = t.bg },
52-
WinSeperator = { fg = t.bgHighlight, bg = t.bg },
52+
WinSeparator = { fg = t.bgHighlight, bg = t.bg },
5353
Folded = { fg = t.grey, bg = t.bgHighlight },
5454
FoldColumn = { fg = t.grey, bg = t.bgHighlight },
5555
SignColumn = { fg = t.grey, bg = t.bg },

0 commit comments

Comments
 (0)