fix: better highlights for LspTrouble
This commit is contained in:
parent
7f0566cb35
commit
fdb9e60ce8
@ -237,7 +237,7 @@ function M.setup(config)
|
|||||||
|
|
||||||
-- LspTrouble
|
-- LspTrouble
|
||||||
LspTroubleText = { fg = c.fg_dark },
|
LspTroubleText = { fg = c.fg_dark },
|
||||||
LspTroubleCount = { fg = c.black, bg = c.purple },
|
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 },
|
||||||
|
|
||||||
-- diff
|
-- diff
|
||||||
|
Loading…
Reference in New Issue
Block a user