commit 83ec120d0456182f64ede3cb140cc6bdf2262066
parent aaaaabe3b055b28a211d2c13528978985bf32978
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 6 Nov 2019 12:50:06 +0100
fix magit diff face
accidentally make fg and bg the same color
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1188,7 +1188,7 @@ customize the resulting theme."
`(magit-diff-added ((,class (:background ,green-1bg :foreground ,green-1fg))))
`(magit-diff-added-highlight ((,class (:background ,green-2bg :foreground ,green-2fg))))
`(magit-diff-base ((,class (:background ,yellow-1bg :foreground ,yellow-1fg))))
- `(magit-diff-base-highlight ((,class (:background ,yellow-2bg :foreground ,yellow-2bg))))
+ `(magit-diff-base-highlight ((,class (:background ,yellow-2bg :foreground ,yellow-2fg))))
`(magit-diff-conflict-heading ((,class (:inherit magit-diff-hunk-heading))))
`(magit-diff-context ((,class (:foreground ,base0))))