From a80be2fecf59d0c74541ac6c10f0e2f37120afde Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Wed, 3 Jan 2024 08:09:17 +1300 Subject: [PATCH] fix: typo in WinSeparator highlight group --- lua/cyberdream/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/cyberdream/theme.lua b/lua/cyberdream/theme.lua index df49ee5..473fed5 100644 --- a/lua/cyberdream/theme.lua +++ b/lua/cyberdream/theme.lua @@ -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 },