diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-07 11:43:53 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-07 11:43:53 +0100 |
| commit | d2c2adbe5ffa8048ce15e32eb82625cfa2289d21 (patch) | |
| tree | e038f68161e7dc106a08cd1bab6f3baf82a103bf /eighters-theme.el | |
| parent | 685bded5abaf545fd9aabc4a3c6f991e93d8823d (diff) | |
| download | eighters-theme-d2c2adbe5ffa8048ce15e32eb82625cfa2289d21.tar.xz | |
Make summary line more visible in Magit revision buffers
Never too late.
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
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))))))) |
