commit 1fe6b5e8486a8f346198c70804a62c9e0885659b
parent 62dfe37e843faa705a65e6fbed0c2a2c7ed57c12
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 1 Sep 2016 12:34:42 +0200
Set vc-annotate-background-mode to nil
The color map doesn't work for coloring the fg.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -2172,6 +2172,7 @@ customize the resulting theme."
`(term-default-fg-color ,base0) ;; @deprecated24.3
`(term-default-bg-color ,base03) ;; @deprecated24.3
;;;;; vc
+ `(vc-annotate-background-mode nil)
`(vc-annotate-color-map
'((20 . ,red)
(40 . ,(solarized-color-blend yellow red (/ 2.0 4)))