From 1fe6b5e8486a8f346198c70804a62c9e0885659b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Thu, 1 Sep 2016 12:34:42 +0200 Subject: [PATCH] Set vc-annotate-background-mode to nil The color map doesn't work for coloring the fg. --- solarized.el | 1 + 1 file changed, 1 insertion(+) diff --git a/solarized.el b/solarized.el index 9c7944c..ee7177f 100644 --- 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)))