Skip to content

Commit 28263aa

Browse files
committed
feat(indent-blankline): add new IblCurrentIndent highlight group
1 parent 1aebd39 commit 28263aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrotheme/groups/plugins/indent-blankline.lua

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ local function callback()
88
IblIndent = { fg = C.ui.none_text },
99
IblWhitespace = { fg = C.ui.none_text },
1010
IblScope = { fg = C.ui.text },
11+
IblCurrentIndent = { fg = C.ui.text },
1112
}
1213
end
1314

0 commit comments

Comments
 (0)