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 }, }