Skip to content

Commit

Permalink
fix(indent-blankline): correct file name so that it loads
Browse files Browse the repository at this point in the history
A-Lamia authored and mehalter committed Jul 10, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 2643ccf commit 39220a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lua/astrotheme/groups/plugins/indent-blankline.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
local function callback()
return {
IndentBlanklineChar = { fg = C.ui.none_text },
IndentBlanklineContextStart = { fg = C.ui.text_active, underline = true },
IndentBlanklineContextChar = { fg = C.ui.text },
IndentBlanklineSpaceCharBlankline = { fg = C.ui.none_text },
IndentBlanklineSpaceshar = { fg = C.ui.none_text },
}
end

return callback

0 comments on commit 39220a8

Please sign in to comment.