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

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

[elpa] externals/standard-themes ce17d2a79f 51/74: Remove needless bold


From: ELPA Syncer
Subject: [elpa] externals/standard-themes ce17d2a79f 51/74: Remove needless bold from Magit diff hunk headings
Date: Wed, 30 Nov 2022 08:58:25 -0500 (EST)

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

    Remove needless bold from Magit diff hunk headings
---
 standard-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index 66b51c2191..c1b25e50b0 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1363,9 +1363,9 @@ 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 :inherit bold :background ,bg-dim)))
-    `(magit-diff-hunk-heading-highlight ((,c :inherit bold :background 
,bg-active :foreground ,fg-main)))
-    `(magit-diff-hunk-heading-selection ((,c :inherit bold :background 
,bg-hover-alt :foreground ,fg-main)))
+    `(magit-diff-hunk-heading ((,c :background ,bg-dim)))
+    `(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)))
     `(magit-diff-lines-boundary ((,c :background ,fg-main)))
     `(magit-diff-lines-heading ((,c :background ,fg-alt :foreground ,bg-alt)))



reply via email to

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