From 54e1db2ec17df8e4b68cef74cdf8c2eaf046d3b9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 28 Apr 2021 14:59:44 +0200 Subject: [PATCH] feat: full support for the upcoming all new which-key.nvim ;) --- lua/tokyonight/theme.lua | 2 ++ 1 file changed, 2 insertions(+) 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 },