mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add theme property tags for modus-{operandi,vivendi}-theme
* modus-operandi-theme.el: Add autoloaded theme properties. * modus-vivendi-theme.el: Add autoloaded theme properties. As introduced in https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-10/msg00886.html.
This commit is contained in:
parent
7e0ea7c976
commit
5fee33731e
|
|
@ -71,4 +71,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
(provide-theme 'modus-operandi))
|
||||
|
||||
;;;###theme-autoload
|
||||
(put 'modus-operandi 'theme-properties '(:background-mode light :kind color-scheme :family modus))
|
||||
|
||||
;;; modus-operandi-theme.el ends here
|
||||
|
|
|
|||
|
|
@ -71,4 +71,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
|
||||
(provide-theme 'modus-vivendi))
|
||||
|
||||
;;;###theme-autoload
|
||||
(put 'modus-vivendi 'theme-properties '(:background-mode dark :kind color-scheme :family modus))
|
||||
|
||||
;;; modus-vivendi-theme.el ends here
|
||||
|
|
|
|||
Loading…
Reference in a new issue