summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-25 10:10:04 +0100
committerjao <jao@gnu.org>2022-08-25 10:10:04 +0100
commit5cc664cbd71b48129b936b9314d6efb1f7b96930 (patch)
tree9234149ada7f2dc6ac2d879a28ae26e596923d99 /lib/themes/jao-light-theme.el
parentc837bab0886407c910b208c308c44de72c0b8d8d (diff)
downloadelibs-5cc664cbd71b48129b936b9314d6efb1f7b96930.tar.gz
elibs-5cc664cbd71b48129b936b9314d6efb1f7b96930.tar.bz2
better magit diff context background
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r--lib/themes/jao-light-theme.el2
1 files changed, 1 insertions, 1 deletions
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"))