Skip to content

Commit

Permalink
fix: typo in WinSeparator highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Jan 2, 2024
1 parent 762715c commit a80be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function M.setup()
EndOfBuffer = { fg = t.bg },
ErrorMsg = { fg = t.red },
VertSplit = { fg = t.bgHighlight, bg = t.bg },
WinSeperator = { fg = t.bgHighlight, bg = t.bg },
WinSeparator = { fg = t.bgHighlight, bg = t.bg },
Folded = { fg = t.grey, bg = t.bgHighlight },
FoldColumn = { fg = t.grey, bg = t.bgHighlight },
SignColumn = { fg = t.grey, bg = t.bg },
Expand Down

0 comments on commit a80be2f

Please sign in to comment.