Feat/remove icons (#310)
* 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
This commit is contained in:
parent
6f5dd30e11
commit
50c057184c
77 changed files with 347 additions and 3253 deletions
3
src/interfaces/itheme-custom-properties.ts
Normal file
3
src/interfaces/itheme-custom-properties.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface IThemeCustomSettings {
|
||||
accent?: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue