From d2e1e1ed79e24551829d11f488050f40ee7a2381 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 15 Aug 2025 14:21:09 +0200 Subject: Use "intangible UI" face for git-blame headers FTR: found an uncommitted ':height reset' kludge here too; IIRC that addressed jank with varying heights in outline buffers, but I cannot reproduce nowadays. Possibly addressed upstream with magit/magit#5233? Tentatively dropping the kludge. --- .config/emacs/eighters-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el index d1ac5b4..5306001 100644 --- a/.config/emacs/eighters-theme.el +++ b/.config/emacs/eighters-theme.el @@ -550,7 +550,7 @@ `(which-key-group-description-face ((t (:foreground ,fg-green-dim)))) `(which-key-key-face ((t :weight bold :inherit help-key-binding))) ;;;; Magit. - `(magit-blame-highlight ((t (:foreground ,fg-blue-dim :background ,bg-blue-dimmer)))) + `(magit-blame-highlight ((t (:foreground ,fg-blue-dim :background ,bg-blue-dimmer :inherit eighters-ui)))) `(magit-branch-current ((t (:inverse-video t :inherit magit-branch-local)))) `(magit-branch-local ((t (:foreground ,fg-blue)))) `(magit-branch-remote ((t (:foreground ,fg-green-dim)))) -- cgit v1.2.3