From 5cc664cbd71b48129b936b9314d6efb1f7b96930 Mon Sep 17 00:00:00 2001
From: jao <jao@gnu.org>
Date: Thu, 25 Aug 2022 10:10:04 +0100
Subject: better magit diff context background

---
 lib/themes/jao-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 0ea1ced..7a3f772 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -97,7 +97,7 @@
             (gnus-summary-cancelled (c "sienna3" nil) st)
             (header-line (c dark-gray bg-lightest)
                          :box (:line-width 1 :color "grey90"))
-            (magit-diff-context-highlight (c nil hl) ex)
+            (magit-diff-context-highlight (c nil yellow) ex)
             (magit-diff-hunk-heading-highlight (c nil hl) it bf)
             (mode-line (c "grey30" bg-light)
                        :box (:line-width -1 :color "grey90"))
-- 
cgit v1.2.3