feature(edit) mv theme to json

This commit is contained in:
coderaiser 2014-05-11 09:56:15 -04:00
parent cfdc998bf4
commit 0325d5355f
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"options": {
"theme": "ace/theme/tomorrow_night_blue",
"enableBasicAutocompletion": true,
"enableSnippets": false,
"showPrintMargin": false,

View file

@ -167,8 +167,6 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip;
Ace = ace.edit(Element);
Session = Ace.getSession();
Ace.setTheme('ace/theme/tomorrow_night_blue');
Ace.commands.addCommand({
name : 'hide',
bindKey : { win: 'Esc', mac: 'Esc' },