commit d2e1e1ed79e24551829d11f488050f40ee7a2381
parent 4845fed4b7d37e4d57e97583d9beea91e4bc810f
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 15 Aug 2025 14:21:09 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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))))