
* feat(Icons removal): Removed all related icons commands and files * chore: fix (remove) all gulp related imports and task for icons * chore: removed extensions folder and switch all imports (+ small fixes) * chore: re-added defaults.json on root * feat(Icons removal): Added vsc-material-theme-icons dependency
3 lines
61 B
TypeScript
3 lines
61 B
TypeScript
export interface IThemeCustomSettings {
|
|
accent?: string;
|
|
}
|