branch: elpa/cyberpunk-theme
commit 25356c5f67d06af5edac5fb956e828b1ea432318
Author: Javier Olaechea <[email protected]>
Commit: GitHub <[email protected]>

    Improve contrast on magit log buffer
---
 cyberpunk-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 1e3e1d4..af4cec9 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -453,7 +453,7 @@
 
    ;; magit
    ;; magit headings and diffs
-   `(magit-section-highlight ((t (:background ,cyberpunk-bg+1))))
+   `(magit-section-highlight ((t (:background ,cyberpunk-bg-1))))
    `(magit-section-heading ((t (:foreground ,cyberpunk-blue+1 :weight bold))))
    `(magit-section-heading-selection ((t (:foreground ,cyberpunk-red+1 :weight 
bold))))
    `(magit-diff-file-heading           ((t (:weight bold))))

Reply via email to