branch: externals/modus-themes
commit 566c1ba4ca23b949249b53ba1886bfb48e4ba18d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add missing change from 8557c39
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 6d14125901..1ec565a138 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -8133,7 +8133,7 @@ are symbols of variables which define palettes
commensurate with
(list
`(modus-themes-register ',name)))
(let* ((c '((class color) (min-colors 256)))
- (,sym (modus-themes--get-theme-palette-subr ',name nil))
+ (,sym (modus-themes--get-theme-palette-subr ',name))
,@(mapcar (lambda (color)
(list color
`(modus-themes--retrieve-palette-value ',color
,sym)))