branch: externals/modus-themes commit 13ff52a8eb829dde4ba13e8811b28c663aa226dd Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Do not make Magit diff file heading bold unless selected (see 55dd768) --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index e75bcc69bf..0e251d8ab1 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2925,7 +2925,7 @@ FG and BG are the main colors." `(magit-diff-base-highlight ((,c :background ,bg-changed :foreground ,fg-changed))) `(magit-diff-context ((,c :inherit shadow))) `(magit-diff-context-highlight ((,c :background ,bg-diff-context))) - `(magit-diff-file-heading ((,c :inherit bold))) + `(magit-diff-file-heading (( ))) `(magit-diff-file-heading-highlight ((,c :inherit (bold magit-diff-file-heading) :background ,bg-inactive))) `(magit-diff-file-heading-selection ((,c :inherit bold :background ,bg-hover-secondary))) `(magit-diff-hunk-heading ((,c :background ,bg-inactive)))