From 7fff50751a25df330aa3267c3fd2a7d15282b774 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 16755c5..e9ebb0e 100644 --- a/lua/astrotheme/groups/plugins/indent-blankline.lua +++ b/lua/astrotheme/groups/plugins/indent-blankline.lua @@ -9,6 +9,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