From d2c2adbe5ffa8048ce15e32eb82625cfa2289d21 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 7 Dec 2019 11:43:53 +0100 Subject: Make summary line more visible in Magit revision buffers Never too late. --- eighters-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index e378144..a704f41 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -130,6 +130,8 @@ '(magit-diff-added-highlight ((t (:inherit (diff-added))))) '(magit-diff-removed ((t (:inherit (diff-removed))))) '(magit-diff-removed-highlight ((t (:inherit (diff-removed))))) + '(magit-diff-revision-summary ((t (:inherit (magit-section-heading))))) + '(magit-diff-revision-summary-highlight ((t (:inherit (magit-section-heading magit-section-highlight))))) '(magit-diffstat-added ((t (:inherit (diff-indicator-added))))) '(magit-diffstat-removed ((t (:inherit (diff-indicator-removed))))) `(magit-section-highlight ((t ,(eighters--block '(:inherit (highlight))))))) -- cgit v1.2.3