branch: elpa/cyberpunk-theme
commit 12fcce1455b33bf93da6c2510fc3b677a5f8e068
Author: Thomas Brown <[email protected]>
Commit: Thomas Brown <[email protected]>

    magit: Made magit-diff-context-highlight match the rest.
---
 cyberpunk-theme.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 2e91e7f..baf3a0e 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -461,8 +461,7 @@
    `(magit-diff-removed                ((t (:foreground ,cyberpunk-magenta))))
    `(magit-diff-removed-highlight      ((t (:foreground ,cyberpunk-magenta 
:weight bold))))
    `(magit-diff-context                ((t (:foreground ,cyberpunk-gray))))
-   `(magit-diff-context-highlight      ((t (:background ,cyberpunk-bg+2
-                                            :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 popup

Reply via email to