branch: elpa/ujelly-theme
commit af486ff81e8f3174d080c4c09c853f68fc126eff
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add magit-diff-lines-heading customization
---
ujelly-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 7b023b2..3a4bf93 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -117,6 +117,7 @@
`(magit-diff-file-heading-highlight ((,class (:weight normal
:foreground ,ujelly-fg :background ,ujelly-grey-2))))
`(magit-diff-hunk-heading ((,class (:foreground ,ujelly-yellow-0
:background ,ujelly-grey-2))))
`(magit-diff-hunk-heading-highlight ((,class (:foreground
,ujelly-yellow-0 :background ,ujelly-grey-3))))
+ `(magit-diff-lines-heading ((,class (:foreground ,ujelly-fg :background
,ujelly-purple-1))))
`(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))))