Skip to content

Commit

Permalink
feat(indentmini): add support for indentmini.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
killitar authored and vmarcosp committed Nov 20, 2024
1 parent 1a60b99 commit 052e535
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/yugen/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ function M.get(config)
SignChange = { link = 'GitSignsChange' },
SignDelete = { link = 'GitSignsDelete' },

-- nvimdev/indentmini.nvim
IndentLine = { fg = p.color600 },
IndentLineCurrent = { fg = p.color100 },

-- NvimTree
NvimTreeFileDirty = { fg = p.color200 },
NvimTreeFileNew = { fg = p.color200 },
Expand Down

0 comments on commit 052e535

Please # to comment.