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

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

[elpa] externals/standard-themes e8227a3058 50/74: Fix highlighted diff


From: ELPA Syncer
Subject: [elpa] externals/standard-themes e8227a3058 50/74: Fix highlighted diff context to also use gray foreground
Date: Wed, 30 Nov 2022 08:58:25 -0500 (EST)

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

    Fix highlighted diff context to also use gray foreground
---
 standard-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standard-themes.el b/standard-themes.el
index c05a21889c..66b51c2191 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1359,7 +1359,7 @@ Helper function for `standard-themes-preview-colors'."
     `(magit-diff-base ((,c :background ,bg-changed-faint  :foreground 
,fg-changed)))
     `(magit-diff-base-highlight ((,c :background ,bg-changed  :foreground 
,fg-changed)))
     `(magit-diff-context ((,c :inherit shadow)))
-    `(magit-diff-context-highlight ((,c :background ,bg-dim)))
+    `(magit-diff-context-highlight ((,c :inherit shadow :background ,bg-dim)))
     `(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)))



reply via email to

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