remove references to icon themes

This commit is contained in:
Sandeep Somavarapu 2019-02-06 21:02:27 +01:00
parent f0a7e7a531
commit 834ee6cc94
3 changed files with 0 additions and 9 deletions

View file

@ -29,7 +29,6 @@ export interface ColorTheme extends Theme {
export interface Contributions {
'localizations'?: Localization[];
'themes'?: ColorTheme[];
'iconThemes'?: Theme[];
[contributionType: string]: any;
}

View file

@ -14,13 +14,6 @@
"path": "./themes/monokai-dark.json",
"uiTheme": "vs-dark"
}
],
"iconThemes": [
{
"id": "fakeicons",
"label": "fakeicons",
"path": "./themes/fakeicons.json"
}
]
}
}

View file

@ -1 +0,0 @@
{ "theme": "fakeicons" }