fix: better colors for WhichKey

This commit is contained in:
Folke Lemaitre
2021-04-28 20:20:27 +02:00
parent d8913bad1e
commit 9e0fc898b2

View File

@@ -297,7 +297,7 @@ function M.setup(config)
WhichKeySeperator = { fg = c.comment }, WhichKeySeperator = { fg = c.comment },
WhichKeySeparator = { fg = c.comment }, WhichKeySeparator = { fg = c.comment },
WhichKeyFloating = { bg = c.bg_sidebar }, WhichKeyFloating = { bg = c.bg_sidebar },
WhichKeyValue = { fg = c.fg_gutter }, WhichKeyValue = { fg = c.dark3 },
-- LspSaga -- LspSaga
DiagnosticError = { fg = c.error }, DiagnosticError = { fg = c.error },