From 44054042a243a9ca949f62e24215bf5bd0cdd94c Mon Sep 17 00:00:00 2001 From: Devin <47056144+ikws4@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:54:09 +0800 Subject: [PATCH] Fix neogit highlight and adjust the highlight contrast (#41) * fix: neogit highlight broken after #fe1974e * feat(neogit): adjust highlight contrast --- lua/rose-pine/theme.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 0eb7dda..6d08482 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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