mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-06 05:38:13 +01:00
Editor background flickers black on reload of white custom theme
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user