We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e0f31 commit f253f94Copy full SHA for f253f94
2 files changed
src/vs/workbench/services/themes/common/themeService.ts
@@ -16,6 +16,8 @@ export interface IThemeService {
16
getColorTheme(): string;
17
getColorThemes(): TPromise<IThemeData[]>;
18
onDidColorThemeChange: Event<string>;
19
+
20
+ getFileIcons(): TPromise<IThemeData[]>;
21
}
22
23
export interface IThemeData {
0 commit comments