mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add kevinhwang91/nvim-ufo
This commit is contained in:
parent
6cc8e96880
commit
1c3397f200
1 changed files with 4 additions and 0 deletions
|
|
@ -608,6 +608,10 @@ function M.get(config)
|
|||
-- color of label of other n and N's
|
||||
HlSearchLens = { fg=p.rose, bg=p.surface,},
|
||||
|
||||
-- kevinhwang91/nvim-ufo
|
||||
UfoFoldedBg = { link = 'Visual' },
|
||||
UfoFoldedEllipsisCustom = { fg = p.text, bg = p.highlight_med },
|
||||
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue