Skip to content

Commit

Permalink
WIP #1025 Added Tomorrow night theme
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed May 12, 2017
1 parent b6fee9b commit 18d002e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/visualizers/widgets/TextEditor/TextEditorWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand All @@ -133,6 +129,7 @@ define([
'Solarized Light',
'Solarized Dark',
'Twilight',
'Tomorrow Night',
'Eclipse',
'Monokai'
],
Expand Down

0 comments on commit 18d002e

Please sign in to comment.