From 9e0fc898b2fa4dfeff3534f5eb1f478c531e62e9 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Wed, 28 Apr 2021 20:20:27 +0200 Subject: [PATCH] fix: better colors for WhichKey --- 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 73484e3..3155d9b 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -297,7 +297,7 @@ function M.setup(config) WhichKeySeperator = { fg = c.comment }, WhichKeySeparator = { fg = c.comment }, WhichKeyFloating = { bg = c.bg_sidebar }, - WhichKeyValue = { fg = c.fg_gutter }, + WhichKeyValue = { fg = c.dark3 }, -- LspSaga DiagnosticError = { fg = c.error },