emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/activities 425b6199ca 37/50: activities-annotation-colo


From: ELPA Syncer
Subject: [elpa] externals/activities 425b6199ca 37/50: activities-annotation-colors: simplify doc and use ALPHA
Date: Wed, 25 Dec 2024 03:57:20 -0500 (EST)

branch: externals/activities
commit 425b6199ca83d1ac9d4fe3935005aaff0e20def5
Author: J.D. Smith <jdtsmith@gmail.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    activities-annotation-colors: simplify doc and use ALPHA
---
 activities.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/activities.el b/activities.el
index 43ddf09cf6..75d1891e32 100644
--- a/activities.el
+++ b/activities.el
@@ -346,11 +346,9 @@ non-nil if the first activity should sort before the 
second."
 
 (defcustom activities-annotation-colors '("blue" "red" 0.65)
   "Colors to use for annotating activity age.
-A list (OLD-COLOR NEW-COLOR BLEND-FRAC).  These are used during
-activity selection, with the activity color chosen between
-OLD-COLOR and NEW-COLOR, based on the activity's age.  This color
-is blended into the default foreground with a fraction
-BLEND-FRAC, and used to display the activity age."
+A list (OLD-COLOR NEW-COLOR ALPHA).  Activity color is based on
+the activity's age, varying between OLD-COLOR and NEW-COLOR, and
+blended with fraction ALPHA into the default foreground."
   :type '(list (color :tag "Old Color") (color :tag "New Color")
               (float :tag "Blend Fraction")))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]