diff --git a/lua/tokyonight/groups/which-key.lua b/lua/tokyonight/groups/which-key.lua index 9b8f3747..2fe6ab6e 100644 --- a/lua/tokyonight/groups/which-key.lua +++ b/lua/tokyonight/groups/which-key.lua @@ -9,7 +9,6 @@ function M.get(c, opts) WhichKey = { fg = c.cyan }, WhichKeyGroup = { fg = c.blue }, WhichKeyDesc = { fg = c.magenta }, - WhichKeySeperator = { fg = c.comment }, WhichKeySeparator = { fg = c.comment }, WhichKeyNormal = { bg = c.bg_sidebar }, WhichKeyValue = { fg = c.dark5 },