commit 1eb587face4f1bc02b34679b9cc251731a15f25e
parent 94112fc38c6579965151570463d82b34d801896f
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 14 Apr 2013 23:11:03 +0200
Set vc-annotate-background to nil instead of ,solarized-emph.
It is really hard to read on the other background color.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -1061,7 +1061,7 @@
(340. . ,blue-l)
(360. . ,magenta)))
`(vc-annotate-very-old-color ,magenta-d)
- `(vc-annotate-background ,solarized-emph))
+ `(vc-annotate-background nil))
;; call chained theme function
(when childtheme (funcall childtheme))))