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

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

[nongnu] elpa/alect-themes 10c35b7 081/269: Improve defcustom of `alect-


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 10c35b7 081/269: Improve defcustom of `alect-colors'
Date: Thu, 21 Oct 2021 17:58:54 -0400 (EDT)

branch: elpa/alect-themes
commit 10c35b73517d29c6e88d096cfcf7ea3f9e45a604
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Improve defcustom of `alect-colors'
    
    Substitute `string' with `color'.
---
 alect-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 6cedec9..f420b7f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -189,10 +189,10 @@ Each list is a cons cell of a theme name (symbol) and 
alist of
 color names (symbols) and values (strings)."
   :type '(alist :key-type symbol
                 :value-type (alist :key-type symbol
-                                   :value-type string))
+                                   :value-type color))
   ;; another suitable variant
   ;; :type '(repeat (cons symbol
-  ;;                      (alist :key-type symbol :value-type string)))
+  ;;                      (alist :key-type symbol :value-type color)))
   :group 'alect)
 
 (defun alect-set-color (theme-name color-name color-val)



reply via email to

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