mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
@@ -2181,11 +2181,11 @@ export class ThemeIcon {
|
||||
static Folder: ThemeIcon;
|
||||
|
||||
readonly id: string;
|
||||
readonly themeColor?: ThemeColor;
|
||||
readonly color?: ThemeColor;
|
||||
|
||||
constructor(id: string, color?: ThemeColor) {
|
||||
this.id = id;
|
||||
this.themeColor = color;
|
||||
this.color = color;
|
||||
}
|
||||
}
|
||||
ThemeIcon.File = new ThemeIcon('file');
|
||||
|
||||
Reference in New Issue
Block a user