branch: elpa/cyberpunk-theme
commit 6da843458ab8ca41c00a8ebe47e65ca21866e3e5
Merge: 9779fc4 25356c5
Author: Nicholas M. Van Horn <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #41 from PuercoPop/patch-1
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))))