diff options
| -rw-r--r-- | README.org | 6 | ||||
| -rw-r--r-- | ef-themes.el | 6 |
2 files changed, 12 insertions, 0 deletions
@@ -189,6 +189,12 @@ thus convenience wrappers around the equivalent Modus commands. #+findex: ef-themes-select - ~ef-themes-select~ +#+findex: ef-themes-select-dark +- ~ef-themes-select-dark~ [ Part of {{{development-version}}}. ] + +#+findex: ef-themes-select-light +- ~ef-themes-select-light~ [ Part of {{{development-version}}}. ] + #+findex: ef-themes-load-random - ~ef-themes-load-random~ diff --git a/ef-themes.el b/ef-themes.el index 645d530..6abbc66 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -304,6 +304,12 @@ Ef themes." ;;;###autoload (autoload 'ef-themes-select "ef-themes") (modus-themes-define-derivative-command ef-themes select) +;;;###autoload (autoload 'ef-themes-select-dark "ef-themes") +(modus-themes-define-derivative-command ef-themes select-dark) + +;;;###autoload (autoload 'ef-themes-select-light "ef-themes") +(modus-themes-define-derivative-command ef-themes select-light) + ;;;###autoload (autoload 'ef-themes-load-random "ef-themes") (modus-themes-define-derivative-command ef-themes load-random) |
