commit a8352c0ba11e131697b5147c5d68ff5d45cdac5b
parent 1eb587face4f1bc02b34679b9cc251731a15f25e
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 15 Apr 2013 21:29:09 +0200
give vc-annotate new colors, based on solarized accented colors and more like the original vc-annotate spectrum.
Diffstat:
1 file changed, 20 insertions(+), 21 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1040,27 +1040,26 @@
'((,solarized-hl . 0)(,green-lc . 20)(,cyan-lc . 30)(,blue-lc . 50)
(,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-color-map
+ '((20 . ,red)
+ (40 . "#CF4F1F")
+ (60 . "#C26C0F")
+ (80 . ,yellow)
+ (100 . "#AB8C00")
+ (120 . "#A18F00")
+ (140 . "#989200")
+ (160 . "#8E9500")
+ (180 . ,green)
+ (200 . "#729A1E")
+ (220 . "#609C3C")
+ (240 . "#4E9D5B")
+ (260 . "#3C9F79")
+ (280 . ,cyan)
+ (300 . "#299BA6")
+ (320 . "#2896B5")
+ (340 . "#2790C3")
+ (360 . ,blue)))
+ `(vc-annotate-very-old-color nil)
`(vc-annotate-background nil))
;; call chained theme function