Re-add paper theme

This commit is contained in:
Wes Cossick 2015-09-16 23:20:37 -05:00
parent 32cab53986
commit 53910de1f9

View file

@ -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,