From 8fb451dd3870375c78c5b7cf963882a44c678ef4 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 28 Sep 2023 11:21:31 +0530 Subject: [PATCH] update indentl blanklinv v3.0 hlgroups --- lua/base46/integrations/blankline.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lua/base46/integrations/blankline.lua b/lua/base46/integrations/blankline.lua index a3c0a19..f6fed38 100644 --- a/lua/base46/integrations/blankline.lua +++ b/lua/base46/integrations/blankline.lua @@ -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 }, }