mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add highlight for neogit
This commit is contained in:
parent
9d400cd2fe
commit
5f9a99b323
1 changed files with 8 additions and 0 deletions
|
|
@ -346,6 +346,14 @@ theme.plugins = {
|
|||
CmpItemAbbrMatch = { fg = p.text, style = 'bold' },
|
||||
CmpItemAbbrMatchFuzzy = { fg = p.text, style = 'bold' },
|
||||
CmpItemAbbrDeprecated = { fg = p.subtle, style = 'strikethrough' },
|
||||
|
||||
-- neogit
|
||||
-- https://github.com/TimUntersberger/neogit
|
||||
NeogitDiffAddHighlight = { fg = p.foam, bg = p.highlight_overlay },
|
||||
NeogitDiffDeleteHighlight = { fg = p.love, bg = p.highlight_overlay },
|
||||
NeogitDiffContextHighlight = { bg = p.highlight },
|
||||
NeogitHunkHeader = { bg = p.highlight },
|
||||
NeogitHunkHeaderHighlight = { bg = p.highlight },
|
||||
}
|
||||
|
||||
return theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue