vsc-material-theme/extensions/interfaces/itheme-custom-properties.ts
Mattia Astorino 0a59805291
chore: test
2018-04-20 22:18:31 +02:00

5 lines
No EOL
114 B
TypeScript

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