fix: better colors for WhichKey
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user