00c85e736c
* fix(adapt-icons): added new interface and method for vsc conf theme * fix(adapt-icons): getting theme name from vsc theme settings * chore(cleanup): removed useless interface property * chore(cleanup): temporary commented on useless script (for build sake) * chore(postintall): fixing tsc build after first install (for gulp sake)
4 lines
No EOL
89 B
TypeScript
4 lines
No EOL
89 B
TypeScript
export interface IThemeCustomProperties {
|
|
accent?: string;
|
|
accentPrevious?: string;
|
|
} |