vsc-material-theme/extensions/interfaces/itheme-custom-properties.ts
Mattia Astorino 2f4f56f40d
unlock files
2018-04-20 20:07:36 +02:00

6 lines
No EOL
137 B
TypeScript

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