diff options
-rw-r--r-- | lisp/km-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 2af9219..ed1bc7c 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -82,6 +82,8 @@ `(magit-diff-hunk-heading-highlight ((t (:foreground ,fg-light :background "grey80")))) `(magit-diff-removed ((t (:foreground ,diff-removed :background ,bg-mid)))) `(magit-diff-removed-highlight ((t (:foreground ,diff-removed :background ,bg-mid)))) + `(magit-diff-revision-summary ((t (:background ,bg :weight bold)))) + `(magit-diff-revision-summary-highlight ((t (:background ,bg-mid :weight bold)))) `(magit-diffstat-added ((t (:foreground ,diff-added)))) `(magit-diffstat-removed ((t (:foreground ,diff-removed)))) '(magit-hash ((t (:foreground "#8a939a")))) |