feat: added support for illuminate & improvements for which key

This commit is contained in:
Folke Lemaitre
2021-05-01 13:52:43 +02:00
parent dfa4933ce2
commit f6f86c55e1

View File

@@ -240,6 +240,10 @@ function M.setup(config)
LspTroubleCount = { fg = c.magenta, bg = c.fg_gutter },
LspTroubleNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
-- Illuminate
illuminatedWord = { bg = c.fg_gutter },
illuminatedCurWord = { bg = c.fg_gutter },
-- diff
diffAdded = { fg = c.git.add },
diffRemoved = { fg = c.git.delete },
@@ -297,7 +301,7 @@ function M.setup(config)
WhichKeySeperator = { fg = c.comment },
WhichKeySeparator = { fg = c.comment },
WhichKeyFloating = { bg = c.bg_sidebar },
WhichKeyValue = { fg = c.dark3 },
WhichKeyValue = { fg = c.dark5 },
-- LspSaga
DiagnosticError = { fg = c.error },