From 28263aaab4cf5bb93606dd05e8f198c819dec953 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 9 Nov 2023 10:49:42 -0500 Subject: [PATCH] feat(indent-blankline): add new `IblCurrentIndent` highlight group --- lua/astrotheme/groups/plugins/indent-blankline.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/astrotheme/groups/plugins/indent-blankline.lua b/lua/astrotheme/groups/plugins/indent-blankline.lua index 2a5964a..8361b2f 100644 --- a/lua/astrotheme/groups/plugins/indent-blankline.lua +++ b/lua/astrotheme/groups/plugins/indent-blankline.lua @@ -8,6 +8,7 @@ local function callback() IblIndent = { fg = C.ui.none_text }, IblWhitespace = { fg = C.ui.none_text }, IblScope = { fg = C.ui.text }, + IblCurrentIndent = { fg = C.ui.text }, } end