mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Fix neogit highlight and adjust the highlight contrast (#41)
* fix: neogit highlight broken after #44065fc
* feat(neogit): adjust highlight contrast
This commit is contained in:
parent
876b18a78e
commit
8ce782f282
1 changed files with 5 additions and 5 deletions
|
|
@ -423,11 +423,11 @@ theme.plugins = {
|
||||||
|
|
||||||
-- neogit
|
-- neogit
|
||||||
-- https://github.com/TimUntersberger/neogit
|
-- https://github.com/TimUntersberger/neogit
|
||||||
NeogitDiffAddhighlight_med = { fg = p.foam, bg = p.highlight_high },
|
NeogitDiffAddhighlight = { fg = p.foam, bg = p.highlight_med },
|
||||||
NeogitDiffDeletehighlight_med = { fg = p.love, bg = p.highlight_high },
|
NeogitDiffDeletehighlight = { fg = p.love, bg = p.highlight_med },
|
||||||
NeogitDiffContexthighlight_med = { bg = p.highlight_med },
|
NeogitDiffContexthighlight = { bg = p.highlight_low },
|
||||||
NeogitHunkHeader = { bg = p.highlight_med },
|
NeogitHunkHeader = { bg = p.highlight_low },
|
||||||
NeogitHunkHeaderhighlight_med = { bg = p.highlight_med },
|
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