Editor background flickers black on reload of white custom theme

This commit is contained in:
Martin Aeschlimann
2016-04-06 11:48:40 +02:00
parent d5d86d8970
commit 1e955490e8
@@ -167,7 +167,7 @@ export class ThemeService implements IThemeService {
}
public getTheme() {
return this.currentTheme || DEFAULT_THEME_ID;
return this.currentTheme || this.storageService.get(Preferences.THEME, StorageScope.GLOBAL, DEFAULT_THEME_ID);
}
private loadTheme(themeId: string, defaultId?: string): TPromise<IThemeData> {