diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:51:19 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-16 23:52:08 -0400 |
commit | 08ff82e3a49343b143cf1e0f5ef0680c2ee9e245 (patch) | |
tree | 356cdca82e715225c21b15615972f5414d72c932 /lisp | |
parent | 92c8ac2418af52eef9a302e1b905802dda576794 (diff) | |
download | emacs.d-08ff82e3a49343b143cf1e0f5ef0680c2ee9e245.tar.gz |
theme: Tweak magit-diff-revision-summary
Diffstat (limited to 'lisp')
-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")))) |