Skip to content

Commit

Permalink
feat(indent-blankline): add new IblCurrentIndent highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 9, 2023
1 parent 1aebd39 commit 28263aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrotheme/groups/plugins/indent-blankline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local function callback()
IblIndent = { fg = C.ui.none_text },
IblWhitespace = { fg = C.ui.none_text },
IblScope = { fg = C.ui.text },
IblCurrentIndent = { fg = C.ui.text },
}
end

Expand Down

0 comments on commit 28263aa

Please sign in to comment.