From e6537588e8ce5d0f431b22d9c184ed3ad1fd89a1 Mon Sep 17 00:00:00 2001 From: Martin Blom Date: Sun, 29 Jul 2018 11:59:50 +0200 Subject: [PATCH] Forgot to commit doc change. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e607a0..a624f55 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,7 @@ simplemde.value("This text will appear in the editor"); - **styleSelectedText**: If set to `false`, remove the `CodeMirror-selectedtext` class from selected lines. Defaults to `true`. - **syncSideBySidePreviewScroll**: If set to `false`, disable syncing scroll in side by side mode. Defaults to `true`. - **tabSize**: If set, customize the tab size. Defaults to `2`. +- **theme**: Override the theme. Defaults to `easymde`. - **toolbar**: If set to `false`, hide the toolbar. Defaults to the [array of icons](#toolbar-icons). - **toolbarTips**: If set to `false`, disable toolbar button tips. Defaults to `true`.