Skip to content

Commit e2d6f25

Browse files
Miroslav Lincovschivmarcosp
authored andcommitted
feat(indent-blankline): add support for indent-blankline
1 parent 675d1a2 commit e2d6f25

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

lua/yugen/theme.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ function M.get(config)
223223
SignChange = { link = 'GitSignsChange' },
224224
SignDelete = { link = 'GitSignsDelete' },
225225

226+
-- lukas-reineke/indent-blankline.nvim
227+
IndentBlanklineChar = { fg = p.color600 },
228+
IndentBlanklineContextChar = { fg = p.color100 },
229+
IblIndent = { fg = p.color600 },
230+
IblScope = { fg = p.color100 },
231+
226232
-- nvimdev/indentmini.nvim
227233
IndentLine = { fg = p.color600 },
228234
IndentLineCurrent = { fg = p.color100 },

0 commit comments

Comments
 (0)