eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit d2c2adbe5ffa8048ce15e32eb82625cfa2289d21
parent 685bded5abaf545fd9aabc4a3c6f991e93d8823d
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  7 Dec 2019 11:43:53 +0100

Make summary line more visible in Magit revision buffers

Never too late.

Diffstat:
Meighters-theme.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)))))))