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 #fe1974e
* feat(neogit): adjust highlight contrast
This commit is contained in:
parent
a7376ca116
commit
44054042a2
1 changed files with 5 additions and 5 deletions
|
|
@ -423,11 +423,11 @@ theme.plugins = {
|
|||
|
||||
-- neogit
|
||||
-- https://github.com/TimUntersberger/neogit
|
||||
NeogitDiffAddhighlight_med = { fg = p.foam, bg = p.highlight_high },
|
||||
NeogitDiffDeletehighlight_med = { fg = p.love, bg = p.highlight_high },
|
||||
NeogitDiffContexthighlight_med = { bg = p.highlight_med },
|
||||
NeogitHunkHeader = { bg = p.highlight_med },
|
||||
NeogitHunkHeaderhighlight_med = { bg = p.highlight_med },
|
||||
NeogitDiffAddhighlight = { fg = p.foam, bg = p.highlight_med },
|
||||
NeogitDiffDeletehighlight = { fg = p.love, bg = p.highlight_med },
|
||||
NeogitDiffContexthighlight = { bg = p.highlight_low },
|
||||
NeogitHunkHeader = { bg = p.highlight_low },
|
||||
NeogitHunkHeaderhighlight = { bg = p.highlight_low },
|
||||
|
||||
-- VimWiki
|
||||
-- https://github.com/vimwiki/vimwiki
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue