[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/autothemer c348fec761 1/6: Add name & description to autot
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/autothemer c348fec761 1/6: Add name & description to autothemer--theme struct |
Date: |
Tue, 23 Aug 2022 04:58:10 -0400 (EDT) |
branch: elpa/autothemer
commit c348fec761e5db1e04beb7ba9b10811e77da1163
Author: Jason Milkins <jasonm23@gmail.com>
Commit: Jason Milkins <jasonm23@gmail.com>
Add name & description to autothemer--theme struct
---
autothemer.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/autothemer.el b/autothemer.el
index 972c50b56e..172ecc8e2d 100644
--- a/autothemer.el
+++ b/autothemer.el
@@ -37,7 +37,7 @@
(cl-defstruct autothemer--color name value)
-(cl-defstruct autothemer--theme colors defined-faces)
+(cl-defstruct autothemer--theme colors defined-faces name description)
(defvar autothemer--current-theme nil
"Internal variable of type `autothemer--theme' used by autothemer.
@@ -105,6 +105,8 @@ bindings within both the REDUCED-SPECS and the BODY."
:value ,temp-color)))
(setq autothemer--current-theme
(make-autothemer--theme
+ :name ,(symbol-name name)
+ :description ,description
:colors ,temp-color-structs
:defined-faces ',face-names))))
(setq ,face-specs
- [nongnu] elpa/autothemer updated (026f074b10 -> 07c4d891cc), ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer f817e36bcb 4/6: Autothemer can generate a SVG palette image., ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer 7677cdade3 2/6: Dropped supprt for Emacs < 26.1 (see below...), ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer a920d5066d 5/6: Minor improvements for svg palette generation, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer c348fec761 1/6: Add name & description to autothemer--theme struct,
ELPA Syncer <=
- [nongnu] elpa/autothemer 07c4d891cc 6/6: 0.2.8, ELPA Syncer, 2022/08/23
- [nongnu] elpa/autothemer fc81b6d949 3/6: Fix issue with select color prompt, ELPA Syncer, 2022/08/23