mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add MiniIndentscopeSymbol
This commit is contained in:
parent
85515c5d19
commit
1719511253
1 changed files with 3 additions and 0 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue