update indentl blanklinv v3.0 hlgroups

This commit is contained in:
siduck 2023-09-28 11:21:31 +05:30
parent fc7aafe0d0
commit 8fb451dd38

View file

@ -1,8 +1,7 @@
local colors = require("base46").get_theme_tb "base_30"
return {
IndentBlanklineChar = { fg = colors.line },
IndentBlanklineSpaceChar = { fg = colors.line },
IndentBlanklineContextChar = { fg = colors.grey },
IndentBlanklineContextStart = { bg = colors.one_bg2 },
IblChar = { fg = colors.line },
IblScopeChar = { fg = colors.grey }, -- first indenline in scope only
IblScopeFirstLine = { bg = colors.one_bg2 },
}