branch: externals/doric-themes commit d37cab0989f78c9fe9d3b295c59b55fa51c269bf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Mention the doric-themes-load-random in the sample configuration --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4804a5874..59a6ac1834 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,14 @@ package. For something in-between, which I would consider the best (setq doric-themes-to-rotate doric-themes-collection) (doric-themes-select 'doric-light) + + ;; ;; To load a random theme instead, use something like one of these: + ;; + ;; (doric-themes-load-random) + ;; (doric-themes-load-random 'light) + ;; (doric-themes-load-random 'dark) :bind (("<f5>" . doric-themes-toggle) ("C-<f5>" . doric-themes-select) ("M-<f5>" . doric-themes-rotate))) ``` -