mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Make sure a theme is registered only if it is not a Modus theme
This commit is contained in:
parent
5a335389b1
commit
d9adb13ebc
|
|
@ -8148,7 +8148,7 @@ corresponding entries."
|
|||
`(modus-themes-declare
|
||||
',name ',family ,description ',background-mode
|
||||
',core-palette ',user-palette ',overrides-palette)))
|
||||
,@(when user-palette
|
||||
,@(unless (eq family 'modus-themes)
|
||||
(list
|
||||
`(modus-themes-register ',name)))
|
||||
(let* ((c '((class color) (min-colors 256)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue