We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762715c commit a80be2fCopy full SHA for a80be2f
lua/cyberdream/theme.lua
@@ -49,7 +49,7 @@ function M.setup()
49
EndOfBuffer = { fg = t.bg },
50
ErrorMsg = { fg = t.red },
51
VertSplit = { fg = t.bgHighlight, bg = t.bg },
52
- WinSeperator = { fg = t.bgHighlight, bg = t.bg },
+ WinSeparator = { fg = t.bgHighlight, bg = t.bg },
53
Folded = { fg = t.grey, bg = t.bgHighlight },
54
FoldColumn = { fg = t.grey, bg = t.bgHighlight },
55
SignColumn = { fg = t.grey, bg = t.bg },
0 commit comments