feat(theme): add MiniIndentscopeSymbol

This commit is contained in:
Mandy Noto 2023-04-08 18:45:50 -07:00
commit 1719511253
No known key found for this signature in database

View file

@ -395,6 +395,9 @@ function M.get(config)
IndentBlanklineContextStart = { style = 'underline', sp = p.foam },
IndentBlanklineIndentVisible = { fg = p.love, style = 'nocombine' },
-- echasnovski/mini.indentscope
MiniIndentscopeSymbol = { fg = p.foam },
-- hrsh7th/nvim-cmp
CmpItemAbbr = { fg = p.subtle },
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },