branch: externals/ef-themes commit 7a1933c03a97957eda900b2063617f76f6c389e9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revert "Remove the colour+bold from Magit diff file heading and make them bold only when highlighted" This reverts commit 4d30a80c5e8f691bae5f858e5afc041c240a917c. --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index c20e6fbcf3..e8d2365943 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1785,8 +1785,8 @@ text should not be underlined as well) yet still blend in." `(magit-diff-base-highlight ((,c :background ,bg-changed :foreground ,fg-changed))) `(magit-diff-context ((,c :inherit shadow))) `(magit-diff-context-highlight ((,c :background ,bg-dim))) - `(magit-diff-file-heading (( ))) - `(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-alt))) `(magit-diff-file-heading-selection ((,c :inherit bold :background ,bg-hover-secondary :foreground ,fg-intense))) `(magit-diff-hunk-heading ((,c :background ,bg-alt))) `(magit-diff-hunk-heading-highlight ((,c :inherit bold :background ,bg-active :foreground ,fg-intense)))