feat(indent-blankline): new hl groups
This commit is contained in:
@@ -312,10 +312,10 @@ function M.setup()
|
|||||||
-- Markdown
|
-- Markdown
|
||||||
["@text.title.1.markdown"] = { fg = c.blue, bold = true },
|
["@text.title.1.markdown"] = { fg = c.blue, bold = true },
|
||||||
["@text.title.2.markdown"] = { fg = c.yellow, bold = true },
|
["@text.title.2.markdown"] = { fg = c.yellow, bold = true },
|
||||||
["@text.title.3.markdown"] = { fg = c.green, bold = true},
|
["@text.title.3.markdown"] = { fg = c.green, bold = true },
|
||||||
["@text.title.4.markdown"] = { fg = c.teal, bold = true},
|
["@text.title.4.markdown"] = { fg = c.teal, bold = true },
|
||||||
["@text.title.5.markdown"] = { fg = c.magenta, bold = true},
|
["@text.title.5.markdown"] = { fg = c.magenta, bold = true },
|
||||||
["@text.title.6.markdown"] = { fg = c.purple, bold = true},
|
["@text.title.6.markdown"] = { fg = c.purple, bold = true },
|
||||||
|
|
||||||
-- ts-rainbow
|
-- ts-rainbow
|
||||||
rainbowcol1 = { fg = c.red },
|
rainbowcol1 = { fg = c.red },
|
||||||
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user