mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-31 22:04:29 -06:00
Re-add paper theme
This commit is contained in:
parent
32cab53986
commit
53910de1f9
@ -856,6 +856,7 @@ SimpleMDE.prototype.render = function(el) {
|
|||||||
this.codemirror = CodeMirror.fromTextArea(el, {
|
this.codemirror = CodeMirror.fromTextArea(el, {
|
||||||
mode: mode,
|
mode: mode,
|
||||||
backdrop: backdrop,
|
backdrop: backdrop,
|
||||||
|
theme: "paper",
|
||||||
tabSize: (options.tabSize != undefined) ? options.tabSize : 2,
|
tabSize: (options.tabSize != undefined) ? options.tabSize : 2,
|
||||||
indentUnit: (options.tabSize != undefined) ? options.tabSize : 2,
|
indentUnit: (options.tabSize != undefined) ? options.tabSize : 2,
|
||||||
indentWithTabs: (options.indentWithTabs === false) ? false : true,
|
indentWithTabs: (options.indentWithTabs === false) ? false : true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user