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

    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