diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index 0d1bcb4..bb6e9b4 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -295,7 +295,9 @@ function M.setup(config) WhichKeyGroup = { fg = c.blue }, WhichKeyDesc = { fg = c.magenta }, WhichKeySeperator = { fg = c.comment }, + WhichKeySeparator = { fg = c.comment }, WhichKeyFloating = { bg = c.bg_sidebar }, + WhichKeyValue = { fg = c.fg_gutter }, -- LspSaga DiagnosticError = { fg = c.error },