mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make internal tweak to modus-themes-theme macro
This commit is contained in:
parent
9a89ce136b
commit
4346ab5ed5
|
|
@ -3906,7 +3906,7 @@ corresponding entries."
|
|||
(let ((sym (gensym))
|
||||
(colors (mapcar #'car (symbol-value palette))))
|
||||
`(let* ((c '((class color) (min-colors 256)))
|
||||
(,sym (append ,overrides modus-themes-common-palette-overrides ,palette))
|
||||
(,sym (modus-themes--palette-value ',name ',overrides))
|
||||
,@(mapcar (lambda (color)
|
||||
(list color
|
||||
`(modus-themes--retrieve-palette-value ',color ,sym)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue