提交 43eb032f 编写于 作者: M Martin Aeschlimann

[themes] remove unused code

上级 5c3db784
......@@ -148,17 +148,6 @@ export class ColorThemeData implements IColorTheme {
this.themeTokenColors = updatedTokenColors;
}
toThemeFile() {
if (!this.isLoaded) {
return '';
}
let content = { name: this.label, colors: {}, tokenColors: this.tokenColors };
for (let key in this.colorMap) {
content.colors[key] = Color.Format.CSS.formatHexA(this.colorMap[key], true);
}
return JSON.stringify(content, null, '\t');
}
toStorageData() {
let colorMapData = {};
for (let key in this.colorMap) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册