mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(rose-pine): add theme for kylechui/nvim-surround
This commit is contained in:
parent
512c297fd3
commit
0525ab885c
1 changed files with 6 additions and 0 deletions
|
|
@ -626,6 +626,12 @@ function M.get(config)
|
|||
UfoFoldedBg = { link = 'Visual' },
|
||||
UfoFoldedEllipsisCustom = { fg = p.text, bg = p.highlight_med },
|
||||
|
||||
-- kylechui/nvim-surround
|
||||
NvimSurroundHighlight = {
|
||||
fg = p.love,
|
||||
bg = p.highlight_med,
|
||||
style = 'italic',
|
||||
},
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue