branch: externals/standard-themes
commit f26026f0b4dbe2eba74fa1ed91dede78c1a27bf0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Add docstring for the method modus-themes-get-themes
---
 standard-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/standard-themes.el b/standard-themes.el
index 07f1d08a0e..4d294ffed1 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -307,6 +307,7 @@ enable `modus-themes-include-derivatives-mode' instead.")
   :init-value nil)
 
 (cl-defmethod modus-themes-get-themes (&context 
(standard-themes-take-over-modus-themes-mode (eql t)))
+  "Return list of Standard themes, per 
`standard-themes-take-over-modus-themes-mode'."
   (if-let* ((themes (modus-themes-get-all-known-themes 'standard-themes))
             (sorted-a-z (sort themes #'string-lessp))
             (sorted-light-dark (modus-themes-sort sorted-a-z 'light)))

Reply via email to