branch: elpa/cyberpunk-theme
commit 54e1f9cd2d387bb255e892ea55e45f77c5dafa9a
Author: Thomas Brown <[email protected]>
Commit: Thomas Brown <[email protected]>
magit: Inherit from non-highlight faces.
---
cyberpunk-theme.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index baf3a0e..878007c 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -457,13 +457,13 @@
`(magit-diff-lines-heading ((t (:background ,cyberpunk-blue-6
:foreground ,cyberpunk-bg+1))))
`(magit-diff-added ((t (:foreground ,cyberpunk-blue-5))))
- `(magit-diff-added-highlight ((t (:foreground ,cyberpunk-blue-5
:weight bold))))
+ `(magit-diff-added-highlight ((t (:inherit magit-diff-added :weight
bold))))
`(magit-diff-removed ((t (:foreground ,cyberpunk-magenta))))
- `(magit-diff-removed-highlight ((t (:foreground ,cyberpunk-magenta
:weight bold))))
+ `(magit-diff-removed-highlight ((t (:inherit magit-diff-removed
:weight bold))))
`(magit-diff-context ((t (:foreground ,cyberpunk-gray))))
- `(magit-diff-context-highlight ((t (:foreground ,cyberpunk-gray
:weight bold))))
- `(magit-diffstat-added ((t (:foreground ,cyberpunk-blue-5))))
- `(magit-diffstat-removed ((t (:foreground ,cyberpunk-magenta))))
+ `(magit-diff-context-highlight ((t (:inherit magit-diff-context
:weight bold))))
+ `(magit-diffstat-added ((t (:inherit magit-diff-added))))
+ `(magit-diffstat-removed ((t (:inherit magit-diff-removed))))
;; magit popup
`(magit-popup-heading ((t (:foreground ,cyberpunk-pink-1
:weight bold))))
`(magit-popup-key ((t (:foreground ,cyberpunk-blue+1
:weight bold))))