branch: elpa/ujelly-theme
commit d59645311c021c428b8ca76499aa28e3e72d101e
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
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))))