diff options
Diffstat (limited to 'js/controllers/code-editor-controller.js')
-rw-r--r-- | js/controllers/code-editor-controller.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/controllers/code-editor-controller.js b/js/controllers/code-editor-controller.js index 5dee4ab2..08320db7 100644 --- a/js/controllers/code-editor-controller.js +++ b/js/controllers/code-editor-controller.js | |||
@@ -218,6 +218,7 @@ var CodeEditorController = exports.CodeEditorController = Montage.create(Compone | |||
218 | handleThemeSelection:{ | 218 | handleThemeSelection:{ |
219 | value: function(){ | 219 | value: function(){ |
220 | this.application.ninja.documentController.activeDocument.editor.setOption("theme", this.editorTheme); | 220 | this.application.ninja.documentController.activeDocument.editor.setOption("theme", this.editorTheme); |
221 | this.application.ninja.stage.stageView.applyTheme("cm-s-"+this.editorTheme); | ||
221 | } | 222 | } |
222 | }, | 223 | }, |
223 | 224 | ||