branch: externals/standard-themes
commit 86caef10f4097de110f56644551b51b0e6471c78
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Update the sample configuration to also show how to load a theme
---
 README.md  | 4 +++-
 README.org | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9926adc7cf..7678aff87e 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,8 @@ to blend Standard and Modus into one collection).
   (setq modus-themes-mixed-fonts t)
   (setq modus-themes-italic-constructs t)
 
-  ;; Finally, load your theme of choice.
+  ;; Finally, load your theme of choice (or a random one with
+  ;; `modus-themes-load-random', `modus-themes-load-random-dark',
+  ;; `modus-themes-load-random-light').
   (modus-themes-load-theme 'standard-light-tinted))
 ```
diff --git a/README.org b/README.org
index bfa8d55c15..13d1413698 100644
--- a/README.org
+++ b/README.org
@@ -172,7 +172,9 @@ to blend Standard and Modus into one collection).
   (setq modus-themes-mixed-fonts t)
   (setq modus-themes-italic-constructs t)
 
-  ;; Finally, load your theme of choice.
+  ;; Finally, load your theme of choice (or a random one with
+  ;; `modus-themes-load-random', `modus-themes-load-random-dark',
+  ;; `modus-themes-load-random-light').
   (modus-themes-load-theme 'standard-light-tinted))
 #+end_src
 

Reply via email to