emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme d596453 086/137: use magit-section-highlight


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme d596453 086/137: use magit-section-highlight
Date: Thu, 21 Oct 2021 18:12:16 -0400 (EDT)

branch: elpa/ujelly-theme
commit d59645311c021c428b8ca76499aa28e3e72d101e
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    use magit-section-highlight
---
 ujelly-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 431ff28..16e6343 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -110,16 +110,16 @@
        `(magit-branch-remote ((,class (:foreground ,ujelly-green-2))))
        `(magit-section-heading ((,class (:foreground ,ujelly-yellow-0 
:background ,ujelly-grey-2))))
        `(magit-diff-added ((,class (:foreground ,ujelly-green-0))))
-       `(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0 
:background ,ujelly-grey-2))))
+       `(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0 
:inherit (magit-section-highlight)))))
        `(magit-diff-context ((,class (:foreground ,ujelly-fg))))
-       `(magit-diff-context-highlight ((,class (:foreground ,ujelly-fg 
:background ,ujelly-grey-2))))
+       `(magit-diff-context-highlight ((,class (:foreground ,ujelly-fg 
:inherit (magit-section-highlight)))))
        `(magit-diff-file-heading ((,class (:weight normal :foreground 
,ujelly-fg :background ,ujelly-bg))))
        `(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-diff-removed-highlight ((,class (:foreground ,ujelly-red-0 
:inherit (magit-section-highlight)))))
        `(magit-diffstat-added ((,class (:foreground ,ujelly-green-0))))
        `(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
        `(magit-hash ((,class (:foreground ,ujelly-red-1))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]