Standalone editor coloring issues. Fixes #23580

This commit is contained in:
Martin Aeschlimann
2017-03-30 19:55:37 +02:00
parent 2214d34a9b
commit 40864e1cbb
@@ -39,6 +39,7 @@ class StandaloneTheme implements IStandaloneTheme {
this.id = base;
this.selector = base;
}
this.base = base;
this.rules = rules;
this.colors = {};
for (let id in colors) {