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:
Alessio Occhipinti 2019-01-31 21:35:51 +01:00 committed by Mattia Astorino
parent 6f5dd30e11
commit 50c057184c
77 changed files with 347 additions and 3253 deletions

View file

@ -0,0 +1,3 @@
export interface IThemeCustomSettings {
accent?: string;
}