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

6 lines
137 B
TypeScript
Raw Normal View History

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