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:
Devin 2021-12-02 13:54:09 +08:00 committed by GitHub
commit 8ce782f282

View file

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