branch: elpa/ujelly-theme
commit 3e00174679e4c44f015f00a8f8c27b99b04bfe32
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    remove background on inherited diff-file-header and diff-hunk-header
---
 ujelly-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 72a08c5..e2cefb2 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -31,6 +31,8 @@
        `(compilation-error ((,class (:foreground ,ujelly-red-0))))
        `(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
        `(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))
+       `(diff-file-header ((,class (:background nil))))
+       `(diff-hunk-header ((,class (:background nil))))
        `(diredp-date-time ((,class (:foreground ,ujelly-fg))))
        `(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background 
nil))))
        `(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background 
nil))))

Reply via email to