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:
Devin 2021-12-02 13:54:09 +08:00 committed by GitHub
commit 44054042a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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