From 08ff82e3a49343b143cf1e0f5ef0680c2ee9e245 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 16 Apr 2020 23:51:19 -0400 Subject: theme: Tweak magit-diff-revision-summary --- lisp/km-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') 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")))) -- cgit v1.2.3