feat(indent-blankline): new hl groups
This commit is contained in:
parent
8e67021865
commit
9699aa23c9
@ -652,6 +652,8 @@ function M.setup()
|
|||||||
|
|
||||||
IndentBlanklineChar = { fg = c.fg_gutter, nocombine = true },
|
IndentBlanklineChar = { fg = c.fg_gutter, nocombine = true },
|
||||||
IndentBlanklineContextChar = { fg = c.purple, nocombine = true },
|
IndentBlanklineContextChar = { fg = c.purple, nocombine = true },
|
||||||
|
IblIndent = { fg = c.fg_gutter, nocombine = true },
|
||||||
|
IblScope = { fg = c.purple, nocombine = true },
|
||||||
|
|
||||||
-- Scrollbar
|
-- Scrollbar
|
||||||
ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },
|
ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },
|
||||||
|
Loading…
Reference in New Issue
Block a user