branch: externals/doric-themes
commit 3d93cca7ae5ff534cafe3493365addf1d2c82ca2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add sample configuration
---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index dae63eb964..74d69138ef 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,17 @@ package. For something in-between, which I would consider 
the best
 + Sample pictures: <https://protesilaos.com/emacs/doric-themes-pictures>
 + Git repository: <https://github.com/protesilaos/doric-themes>
 + Backronym: Doric Only Really Intensifies Conservatively ... themes.
+
+## Sample configuration
+
+```elisp
+(use-package doric-themes
+  :config
+  ;; These are the default values.
+  (setq doric-themes-to-toggle '(doric-light doric-dark))
+  (setq doric-themes-to-rotate doric-themes-collection)
+  :bind
+  (("<f5>" . doric-themes-toggle)
+   ("C-<f5>" . doric-themes-rotate)))
+```
+

Reply via email to