branch: elpa/apropospriate-theme commit 9d294472721799152a094d2f0fa1ef251d370a76 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
add vc-annotate --- README.md | 1 + apropospriate.el | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/README.md b/README.md index 1868ed5..167f0b4 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,4 @@ Apropospriate supports all the usual `prog-mode` derived packages as well as som * Vertico Quick * Tab-bar * Tab-line +* VC-Annotate diff --git a/apropospriate.el b/apropospriate.el index f4bf131..e51ca49 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -718,6 +718,25 @@ Set to `1.0' or nil to prevent font size manipulation." ,blue ,purple ,orange)) + `(vc-annotate-color-map '((20 . ,red) + (40 . ,orange-1) + (60 . ,orange) + (80 . ,yellow-1) + (100 . ,yellow) + (120 . ,green) + (140 . ,green) + (160 . ,green) + (180 . ,green) + (200 . ,green-1) + (220 . ,green-1) + (240 . ,cyan) + (260 . ,cyan) + (280 . ,cyan-1) + (300 . ,cyan-1) + (320 . ,blue) + (340 . ,blue) + (360 . ,blue-1))) + `(vc-annotate-very-old-color ,base02) `(beacon-color ,flashing-color) `(highlight-tail-colors '((,flashing-color . 0) (,base00 . 100)))