From 18d002e760f2126a4cad3d6e6186507b784393cd Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Fri, 12 May 2017 07:48:49 -0500 Subject: [PATCH] WIP #1025 Added Tomorrow night theme --- src/visualizers/widgets/TextEditor/TextEditorWidget.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/visualizers/widgets/TextEditor/TextEditorWidget.js b/src/visualizers/widgets/TextEditor/TextEditorWidget.js index 3b747654f..53e6aabc5 100644 --- a/src/visualizers/widgets/TextEditor/TextEditorWidget.js +++ b/src/visualizers/widgets/TextEditor/TextEditorWidget.js @@ -118,12 +118,8 @@ define([ }; TextEditorWidget.prototype.getMenuItemsFor = function () { - // TODO: // - copy // - paste - // - theme - // - font - // - font size // - keybindings // // maybe some of these should be under a "Settings" option... @@ -133,6 +129,7 @@ define([ 'Solarized Light', 'Solarized Dark', 'Twilight', + 'Tomorrow Night', 'Eclipse', 'Monokai' ],