aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org6
-rw-r--r--ef-themes.el6
2 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org
index 9121e41..782408a 100644
--- a/README.org
+++ b/README.org
@@ -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)