feat: better colors for IndentBlank line

This commit is contained in:
Folke Lemaitre
2022-09-05 22:43:35 +02:00
parent bd6a515e97
commit 340c150b0d

View File

@@ -464,6 +464,9 @@ function M.setup()
CmpItemKindOperator = { fg = c.green1, bg = c.none },
CmpItemKindSnippet = { fg = c.dark5, bg = c.none },
IndentBlanklineChar = { fg = c.fg_gutter },
IndentBlanklineContextChar = { fg = c.purple },
-- Scrollbar
ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },