vsc-material-theme/extensions/interfaces/itheme-custom-properties.ts

4 lines
91 B
TypeScript
Raw Normal View History

export interface IThemeCustomProperties {
themeColours?: string;
themeIcons?: string;
}