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

Token color customisations not applied live. Fixes #31567

上级 946bb898
......@@ -245,6 +245,7 @@ export class WorkbenchThemeService implements IWorkbenchThemeService {
themeData = createUnloadedTheme(isLightTheme ? VS_LIGHT_THEME : VS_DARK_THEME);
}
themeData.setCustomColors(this.colorCustomizations);
themeData.setCustomTokenColors(this.tokenColorCustomizations);
this.updateDynamicCSSRules(themeData);
this.applyTheme(themeData, null, true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册