提交 a86f129e 编写于 作者: M Martin Aeschlimann

Dark icons and colors shown in light themes. Fixes #24495

上级 2a2cff86
......@@ -439,6 +439,8 @@ export class WorkbenchThemeService implements IWorkbenchThemeService {
if (this.container) {
if (this.currentColorTheme) {
$(this.container).removeClass(this.currentColorTheme.id);
} else {
$(this.container).removeClass(VS_DARK_THEME, VS_LIGHT_THEME, VS_HC_THEME);
}
$(this.container).addClass(newTheme.id);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册