Theme support, light theme

This commit is contained in:
Ian Gulliver
2019-07-12 03:37:48 +00:00
parent 970c3faba9
commit 81fa6a4ed0
3 changed files with 73 additions and 8 deletions

View File

@@ -63,6 +63,10 @@ class EditorHelp extends EditorEntryBase {
this.addText('+');
this.addKey('u');
this.addText('Redo ');
this.addLine();
this.addKey('m');
this.addText('Next theme ');
}
addLine() {