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

6 lines
137 B
TypeScript
Raw Normal View History

2018-04-20 20:07:36 +02:00
export interface IThemeCustomProperties {
accent?: string;
accentPrevious?: string;
themeColours?: string;
themeIcons?: string;
}