mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
chore: format group name
This commit is contained in:
parent
8ce782f282
commit
21031bf9b2
1 changed files with 4 additions and 4 deletions
|
|
@ -423,11 +423,11 @@ theme.plugins = {
|
||||||
|
|
||||||
-- neogit
|
-- neogit
|
||||||
-- https://github.com/TimUntersberger/neogit
|
-- https://github.com/TimUntersberger/neogit
|
||||||
NeogitDiffAddhighlight = { fg = p.foam, bg = p.highlight_med },
|
NeogitDiffAddHighlight = { fg = p.foam, bg = p.highlight_med },
|
||||||
NeogitDiffDeletehighlight = { fg = p.love, bg = p.highlight_med },
|
NeogitDiffDeleteHighlight = { fg = p.love, bg = p.highlight_med },
|
||||||
NeogitDiffContexthighlight = { bg = p.highlight_low },
|
NeogitDiffContextHighlight = { bg = p.highlight_low },
|
||||||
NeogitHunkHeader = { bg = p.highlight_low },
|
NeogitHunkHeader = { bg = p.highlight_low },
|
||||||
NeogitHunkHeaderhighlight = { bg = p.highlight_low },
|
NeogitHunkHeaderHighlight = { bg = p.highlight_low },
|
||||||
|
|
||||||
-- VimWiki
|
-- VimWiki
|
||||||
-- https://github.com/vimwiki/vimwiki
|
-- https://github.com/vimwiki/vimwiki
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue