Skip to content

Commit f253f94

Browse files
committed
File icons in ThemeService
1 parent a1e0f31 commit f253f94

2 files changed

Lines changed: 276 additions & 15 deletions

File tree

src/vs/workbench/services/themes/common/themeService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export interface IThemeService {
1616
getColorTheme(): string;
1717
getColorThemes(): TPromise<IThemeData[]>;
1818
onDidColorThemeChange: Event<string>;
19+
20+
getFileIcons(): TPromise<IThemeData[]>;
1921
}
2022

2123
export interface IThemeData {

0 commit comments

Comments
 (0)