Re-add paper theme

pull/107/head
Wes Cossick 9 years ago
parent 32cab53986
commit 53910de1f9

@ -856,6 +856,7 @@ SimpleMDE.prototype.render = function(el) {
this.codemirror = CodeMirror.fromTextArea(el, {
mode: mode,
backdrop: backdrop,
theme: "paper",
tabSize: (options.tabSize != undefined) ? options.tabSize : 2,
indentUnit: (options.tabSize != undefined) ? options.tabSize : 2,
indentWithTabs: (options.indentWithTabs === false) ? false : true,

Loading…
Cancel
Save