We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IblCurrentIndent
1 parent 1aebd39 commit 28263aaCopy full SHA for 28263aa
lua/astrotheme/groups/plugins/indent-blankline.lua
@@ -8,6 +8,7 @@ local function callback()
8
IblIndent = { fg = C.ui.none_text },
9
IblWhitespace = { fg = C.ui.none_text },
10
IblScope = { fg = C.ui.text },
11
+ IblCurrentIndent = { fg = C.ui.text },
12
}
13
end
14
0 commit comments