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