mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(themes): add hlargs.nvim
This commit is contained in:
parent
0525ab885c
commit
260450896e
1 changed files with 4 additions and 0 deletions
|
|
@ -626,6 +626,10 @@ function M.get(config)
|
||||||
UfoFoldedBg = { link = 'Visual' },
|
UfoFoldedBg = { link = 'Visual' },
|
||||||
UfoFoldedEllipsisCustom = { fg = p.text, bg = p.highlight_med },
|
UfoFoldedEllipsisCustom = { fg = p.text, bg = p.highlight_med },
|
||||||
|
|
||||||
|
-- m-demare/hlargs.nvim
|
||||||
|
Hlarg9 = { fg = p.love },
|
||||||
|
Hlarg12 = { fg = p.pine },
|
||||||
|
|
||||||
-- kylechui/nvim-surround
|
-- kylechui/nvim-surround
|
||||||
NvimSurroundHighlight = {
|
NvimSurroundHighlight = {
|
||||||
fg = p.love,
|
fg = p.love,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue