summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eighters-theme.el2
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)))))))