solarized-emacs

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

commit 81022cab838ab46f6935225862f5beb95a70f5f3
parent d64952c19cc0b785b36b140f24375f7494ac6e66
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Date:   Sat, 13 Apr 2013 17:56:20 +0300

Theme vc-annotate

Diffstat:
Msolarized.el | 25++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1038,7 +1038,30 @@ ;; highlight-tail `(highlight-tail-colors '((,solarized-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50) - (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,solarized-hl . 100)))) + (,yellow-lc . 60)(,orange-lc . 70)(,magenta-lc . 85)(,solarized-hl . 100))) + + ;; vc-annotate + `(vc-annotate-color-map + '(( 20. . ,red-d) + ( 40. . ,red-l) + ( 60. . ,orange) + ( 80. . ,yellow-d) + (100. . ,yellow) + (120. . ,yellow-l) + (140. . ,green-d) + (160. . ,green) + (180. . ,green-l) + (200. . ,violet-d) + (220. . ,violet) + (240. . ,violet-l) + (260. . ,cyan) + (280. . ,cyan-l) + (300. . ,blue-d) + (320. . ,blue) + (340. . ,blue-l) + (360. . ,magenta))) + `(vc-annotate-very-old-color ,magenta-d) + `(vc-annotate-background ,solarized-emph)) ;; call chained theme function (when childtheme (funcall childtheme))))