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

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

[elpa] externals/standard-themes ec5965ffb3 58/74: Make magit-diff-hunk-


From: ELPA Syncer
Subject: [elpa] externals/standard-themes ec5965ffb3 58/74: Make magit-diff-hunk-heading stand out from context
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

branch: externals/standard-themes
commit ec5965ffb396a3e61e8f7bb33f54706f050095cf
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make magit-diff-hunk-heading stand out from context
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index 1e8dca9bfa..a1ae38762c 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1364,7 +1364,7 @@ Helper function for `standard-themes-preview-colors'."
     `(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0)))
     `(magit-diff-file-heading-highlight ((,c :inherit magit-diff-file-heading 
:background ,bg-alt)))
     `(magit-diff-file-heading-selection ((,c :inherit bold :background 
,bg-hover-alt :foreground ,fg-main)))
-    `(magit-diff-hunk-heading ((,c :background ,bg-dim)))
+    `(magit-diff-hunk-heading ((,c :background ,bg-alt)))
     `(magit-diff-hunk-heading-highlight ((,c :background ,bg-active 
:foreground ,fg-main)))
     `(magit-diff-hunk-heading-selection ((,c :background ,bg-hover-alt 
:foreground ,fg-main)))
     `(magit-diff-hunk-region ((,c :inherit bold)))



reply via email to

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