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

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

[elpa] externals/ef-themes a2dea907c7 3/3: Amend 21fc176


From: ELPA Syncer
Subject: [elpa] externals/ef-themes a2dea907c7 3/3: Amend 21fc176
Date: Mon, 22 Aug 2022 09:57:34 -0400 (EDT)

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

    Amend 21fc176
    
    The diff-function should have the background of the diff hunk.  It does
    not need to be bold though.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 514dfcff8c..97e779126d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -710,7 +710,7 @@ Helper function for `ef-themes-preview-colors'."
     `(diff-context (( )))
     `(diff-error ((,c :inherit error)))
     `(diff-file-header ((,c :inherit bold)))
-    `(diff-function ((,c :inherit bold)))
+    `(diff-function ((,c :background ,bg-alt)))
     `(diff-header (( )))
     `(diff-hunk-header ((,c :inherit bold :background ,bg-alt)))
     `(diff-index ((,c :inherit italic)))



reply via email to

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