vsc-material-theme/extensions/interfaces/itheme-custom-properties.ts
Alessio Occhipinti 0a90ac7dd2 Fix/custom settings (#237)
* chore: added accents as enum and removed accentPrevious

* chore: removed fixIconsRunning prop and added logic for replacing it

* chore: added accents as enum and removed accentPrevious

* chore: removed fixIconsRunning prop and added logic for replacing it
2018-08-16 09:11:38 +02:00

4 lines
91 B
TypeScript

export interface IThemeCustomProperties {
accent?: string;
autoApplyIcons?: boolean;
}