feat: added support for illuminate & improvements for which key
This commit is contained in:
@@ -240,6 +240,10 @@ function M.setup(config)
|
|||||||
LspTroubleCount = { fg = c.magenta, bg = c.fg_gutter },
|
LspTroubleCount = { fg = c.magenta, bg = c.fg_gutter },
|
||||||
LspTroubleNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
LspTroubleNormal = { fg = c.fg_sidebar, bg = c.bg_sidebar },
|
||||||
|
|
||||||
|
-- Illuminate
|
||||||
|
illuminatedWord = { bg = c.fg_gutter },
|
||||||
|
illuminatedCurWord = { bg = c.fg_gutter },
|
||||||
|
|
||||||
-- diff
|
-- diff
|
||||||
diffAdded = { fg = c.git.add },
|
diffAdded = { fg = c.git.add },
|
||||||
diffRemoved = { fg = c.git.delete },
|
diffRemoved = { fg = c.git.delete },
|
||||||
@@ -297,7 +301,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.dark3 },
|
WhichKeyValue = { fg = c.dark5 },
|
||||||
|
|
||||||
-- LspSaga
|
-- LspSaga
|
||||||
DiagnosticError = { fg = c.error },
|
DiagnosticError = { fg = c.error },
|
||||||
|
|||||||
Reference in New Issue
Block a user