branch: elpa/alect-themes
commit 10c35b73517d29c6e88d096cfcf7ea3f9e45a604
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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