emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit aeda0e08f3: magit-diff-hunk-heading{, -highligh


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit aeda0e08f3: magit-diff-hunk-heading{, -highlight}: Increase contrast
Date: Sun, 20 Feb 2022 07:58:15 -0500 (EST)

branch: elpa/git-commit
commit aeda0e08f3a80f80732054edfecebe0a4f60fdc1
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-diff-hunk-heading{,-highlight}: Increase contrast
    
    Closes #4594.
---
 lisp/magit-diff.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 9ed0ea4947..e21c5e6717 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -535,24 +535,24 @@ If you prefer the old behaviors, then set this to t."
 (defface magit-diff-hunk-heading
   `((((class color) (background light))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     :background "grey80"
-     :foreground "grey30")
+     :background "grey90"
+     :foreground "grey20")
     (((class color) (background dark))
      ,@(and (>= emacs-major-version 27) '(:extend t))
      :background "grey25"
-     :foreground "grey70"))
+     :foreground "grey95"))
   "Face for diff hunk headings."
   :group 'magit-faces)
 
 (defface magit-diff-hunk-heading-highlight
   `((((class color) (background light))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     :background "grey75"
-     :foreground "grey30")
+     :background "grey80"
+     :foreground "grey20")
     (((class color) (background dark))
      ,@(and (>= emacs-major-version 27) '(:extend t))
      :background "grey35"
-     :foreground "grey70"))
+     :foreground "grey95"))
   "Face for current diff hunk headings."
   :group 'magit-faces)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]