mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Standalone editor coloring issues. Fixes #23580
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user