mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-02 23:05:15 +01:00
[theme] Workbench button.foreground doens't work. Fixes #25767
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user