diff options
-rw-r--r-- | lisp/km-theme.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 9dc4319..1a52faf 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -81,7 +81,12 @@ `(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-diffstat-added ((t (:foreground ,diff-added)))) + `(magit-diffstat-removed ((t (:foreground ,diff-removed)))) + '(magit-hash ((t (:foreground "#8a939a")))) '(magit-popup-argument ((t (:inherit font-lock-string-face)))) + `(magit-process-ng ((t (:foreground ,diff-removed)))) + `(magit-process-ok ((t (:foreground ,diff-added)))) '(magit-reflog-amend ((t (:inherit font-lock-function-name-face)))) '(magit-reflog-checkout ((t (:inherit font-lock-builtin-face)))) '(magit-reflog-commit ((t (:inherit default)))) |