[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")))
- [elpa] externals/activities 744fd23282 18/50: annotate: separate active flag (@) from modified flag (*), (continued)
- [elpa] externals/activities 744fd23282 18/50: annotate: separate active flag (@) from modified flag (*), ELPA Syncer, 2024/12/25
- [elpa] externals/activities 09e469df96 20/50: completing-read: sort completion using new completion-table, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 455e3ebf8f 22/50: Make activities--annotate privately named, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e392e233d3 21/50: annotate: "zero files" is plural, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 8683bb4662 24/50: Factor out buffer-and-files comparison functions, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e774617fb1 25/50: save: retain last timestamp when buffer and files have not changed, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 0a3309ae51 27/50: Inline activities--completion-table, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 6d9b69485a 32/50: inline annotation-function and eliminate vc-annotate, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 67cb87f413 33/50: mapcar-window-state-leafs: improve varnames and docstring, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 322de07933 35/50: activities--age: rewrite, note future core replacement, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 425b6199ca 37/50: activities-annotation-colors: simplify doc and use ALPHA,
ELPA Syncer <=
- [elpa] externals/activities d648a9e3a9 42/50: README: rename section as Completion, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b69373eda6 43/50: README: simplify Completion description, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b75e6f4ab6 44/50: oldest-age: find oldest age of last OR default state, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 9b792abceb 01/50: Initial annotation support for activities-completing-read, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b07a5370de 02/50: Correct the file count, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e829cf9fa2 03/50: re-org: move oldest-age up, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 1e14be5c59 06/50: simplify annotation-function using pcase-let*, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 61461aec1d 05/50: docs: fix typo in oldest-age, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 05d8dbcdc1 07/50: Use struct-slot-value instead of rolling our own function, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 10240f31a4 04/50: Find oldest colormap age just once per read, ELPA Syncer, 2024/12/25