diff --git a/lua/tokyonight/groups/which-key.lua b/lua/tokyonight/groups/which-key.lua index 395af8e5..9b8f3747 100644 --- a/lua/tokyonight/groups/which-key.lua +++ b/lua/tokyonight/groups/which-key.lua @@ -11,7 +11,7 @@ function M.get(c, opts) WhichKeyDesc = { fg = c.magenta }, WhichKeySeperator = { fg = c.comment }, WhichKeySeparator = { fg = c.comment }, - WhichKeyFloat = { bg = c.bg_sidebar }, + WhichKeyNormal = { bg = c.bg_sidebar }, WhichKeyValue = { fg = c.dark5 }, } end