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

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

[elpa] externals/ef-themes 4c9b68869d: Remove bold from magit-diff-hunk-


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 4c9b68869d: Remove bold from magit-diff-hunk-heading
Date: Sun, 11 Dec 2022 06:57:34 -0500 (EST)

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

    Remove bold from magit-diff-hunk-heading
    
    Inactive diff hunk headings do not need to be bold, as they are
    already easy to tell apart from their context.  The added bold is
    useful for the currently selected diff hunk, as it draws attention to
    it.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 9da8a3b8c6..b37ce941cc 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1355,7 +1355,7 @@ Helper function for `ef-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-intense)))
-    `(magit-diff-hunk-heading ((,c :inherit bold :background ,bg-alt)))
+    `(magit-diff-hunk-heading ((,c :background ,bg-alt)))
     `(magit-diff-hunk-heading-highlight ((,c :inherit bold :background 
,bg-active :foreground ,fg-intense)))
     `(magit-diff-hunk-heading-selection ((,c :inherit bold :background 
,bg-hover-alt :foreground ,fg-intense)))
     `(magit-diff-hunk-region ((,c :inherit bold)))



reply via email to

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