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