branch: externals/modus-themes commit ab56e2888b2fc77af2824afcc7b77d5dd854fd05 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revert "Remove the colour from Magit diff file heading and make them bold when highlighted" This reverts commit 55dd76805fbbef4341e8a1a61a506134c2c5d448. --- modus-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modus-themes.el b/modus-themes.el index 93cb75cbf4..8b2bb8131f 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2950,8 +2950,8 @@ 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-highlight ((,c :inherit (bold magit-diff-file-heading) :background ,bg-inactive))) + `(magit-diff-file-heading ((,c :inherit bold :foreground ,accent-0))) + `(magit-diff-file-heading-highlight ((,c :inherit 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))) `(magit-diff-hunk-heading-highlight ((,c :inherit bold :background ,bg-active)))