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