From 619368a05e28765f5ca1cb01ce8697c2b1de7b10 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 14 Mar 2024 11:16:24 +0530 Subject: [PATCH] add ibl.scope.underline.1 hlgroup --- lua/base46/integrations/blankline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/base46/integrations/blankline.lua b/lua/base46/integrations/blankline.lua index f6fed38..94ce264 100644 --- a/lua/base46/integrations/blankline.lua +++ b/lua/base46/integrations/blankline.lua @@ -2,6 +2,6 @@ local colors = require("base46").get_theme_tb "base_30" return { IblChar = { fg = colors.line }, - IblScopeChar = { fg = colors.grey }, -- first indenline in scope only - IblScopeFirstLine = { bg = colors.one_bg2 }, + IblScopeChar = { fg = colors.grey }, + ["@ibl.scope.underline.1"] = { bg = colors.black2 }, }