[theme] Workbench button.foreground doens't work. Fixes #25767

This commit is contained in:
Martin Aeschlimann
2017-05-03 10:28:41 +02:00
parent 378c4b5cd4
commit d9311bd396
@@ -407,6 +407,7 @@ export class WorkbenchThemeService implements IWorkbenchThemeService {
if (themeId === this.currentColorTheme.id && !this.currentColorTheme.isLoaded && this.currentColorTheme.hasEqualData(themeData)) {
// the loaded theme is identical to the perisisted theme. Don't need to send an event.
this.currentColorTheme = themeData;
themeData.setCustomColors(this.colorCustomizations);
return TPromise.as(themeData);
}
themeData.setCustomColors(this.colorCustomizations);