Set vc-annotate-background-mode to nil

The color map doesn't work for coloring the fg.
This commit is contained in:
Thomas Frössman 2016-09-01 12:34:42 +02:00
parent 62dfe37e84
commit 1fe6b5e848

View file

@ -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)))