branch: externals/ef-themes commit 3dd2f8fb425abdcbeb5e4b648fc48dbd508648eb Merge: 295982164c 7a1933c03a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Merge branch 'main' of github.com:protesilaos/ef-themes --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 9fb040a6a9..f979152ff0 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)))