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

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

[nongnu] elpa/alect-themes 27f9cb1 082/269: Change type of `alect-invert


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 27f9cb1 082/269: Change type of `alect-inverted-color-regexp'
Date: Thu, 21 Oct 2021 17:58:54 -0400 (EDT)

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

    Change type of `alect-inverted-color-regexp'
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index f420b7f..a2f51cd 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -218,7 +218,7 @@ The third group should match a color number (0, 1 or 2).
 
 For available color names, see `alect-colors'.
 For description of inverting colors, see `alect-get-color'."
-  :type 'string
+  :type 'regexp
   :group 'alect)
 
 (defun alect-get-color (theme-name color-name &optional invert)



reply via email to

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