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

5 lines
89 B
TypeScript
Raw Normal View History

export interface IThemeCustomSettings {
2018-04-20 20:07:36 +02:00
accent?: string;
autoApplyIcons?: boolean;
}