Skip to content

Commit

Permalink
Merge pull request #171 from WieeRd/master
Browse files Browse the repository at this point in the history
feat(plugins): add Indent blankline v3
  • Loading branch information
rebelot authored Oct 2, 2023
2 parents a4e99f0 + d8552ee commit c19b902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/kanagawa/highlights/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ function M.setup(colors, config)
IndentBlanklineSpaceCharBlankline = { fg = theme.ui.whitespace },
IndentBlanklineContextChar = { fg = theme.ui.special },
IndentBlanklineContextStart = { sp = theme.ui.special, underline = true },
IblIndent = { fg = theme.ui.whitespace },
IblWhitespace = { fg = theme.ui.whitespace },
IblScope = { fg = theme.ui.special },
-- Lazy
LazyProgressTodo = { fg = theme.ui.nontext },

Expand Down

0 comments on commit c19b902

Please sign in to comment.