Skip to content

Commit 7fff507

Browse files
committedJan 21, 2024
feat(indent-blankline): add new IblCurrentIndent highlight group
1 parent b37ac47 commit 7fff507

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
@@ -9,6 +9,7 @@ local function callback()
99
IblIndent = { fg = C.ui.none_text },
1010
IblWhitespace = { fg = C.ui.none_text },
1111
IblScope = { fg = C.ui.text },
12+
IblCurrentIndent = { fg = C.ui.text },
1213
}
1314
end
1415

0 commit comments

Comments
 (0)
Please sign in to comment.