branch: elpa/ujelly-theme
commit c975c807bf8d16828f41e4b6aec36ee600228637
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add magit-diffstat face customizations
---
ujelly-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index dbe2528..9fdf03b 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -119,6 +119,8 @@
`(magit-diff-hunk-heading-highlight ((,class (:foreground
,ujelly-yellow-0 :background ,ujelly-grey-3))))
`(magit-diff-removed ((,class (:foreground ,ujelly-red-0))))
`(magit-diff-removed-highlight ((,class (:foreground ,ujelly-red-0
:background ,ujelly-grey-2))))
+ `(magit-diffstat-added ((,class (:foreground ,ujelly-green-0))))
+ `(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
`(magit-hash ((,class (:foreground ,ujelly-red-1))))
`(magit-section-highlight ((,class (:background ,ujelly-grey-2))))
`(match ((,class (:background ,ujelly-red-1))))