solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

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:
Msolarized.el | 2+-
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))))