From 0277eb5578a0b42040e168533aaf684622fa426f Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 4 May 2021 08:27:18 +0200 Subject: [PATCH] fix: WhichKeyFloating => WhichKeyFloat --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 8c6359d..4c4b9c2 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -301,7 +301,7 @@ function M.setup(config) WhichKeyDesc = { fg = c.magenta }, WhichKeySeperator = { fg = c.comment }, WhichKeySeparator = { fg = c.comment }, - WhichKeyFloating = { bg = c.bg_sidebar }, + WhichKeyFloat = { bg = c.bg_sidebar }, WhichKeyValue = { fg = c.dark5 }, -- LspSaga