commit 0370f4e4f791e67d5fdbe923f4c8ac1ccc396e7c
parent 9054bc852eddfea446bed4ea55399301ddff9183
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 17 Nov 2019 14:46:28 +0100
magit: don't use cyan as context highlight.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -1028,7 +1028,7 @@
:weight bold))))
`(magit-diff-lines-heading ((t (:background ,orange
:foreground ,base3))))
- `(magit-diff-context-highlight ((t (:background ,cyan-1bg :foreground ,cyan-1fg))))
+ `(magit-diff-context-highlight ((t (:background ,base02 :foreground ,base1))))
`(magit-diff-added ((,class (:background ,green-1bg :foreground ,green-1fg))))
`(magit-diff-added-highlight ((,class (:background ,green-1bg :foreground ,green-1fg))))
`(magit-diff-base ((,class (:background ,yellow-1bg :foreground ,yellow-1fg))))