Default file icon sets

This commit is contained in:
Martin Aeschlimann
2016-08-18 22:24:17 +02:00
parent 92e6f89507
commit 6cc17542b8
9 changed files with 68 additions and 0 deletions

View File

@@ -33,6 +33,26 @@
"uiTheme": "hc-black",
"path": "./themes/hc_black.json"
}
],
"fileIcons": [
{
"id": "vs-dark-standard",
"label": "Dark Theme File Icons (Default)",
"uiTheme": "vs-dark",
"path": "./fileicons/dark_standard.json"
},
{
"id": "vs-light-standard",
"label": "Light Theme File Icons (Default)",
"uiTheme": "vs",
"path": "./fileicons/light_standard.json"
},
{
"id": "vs-highcontrast-standard",
"label": "High Contrast Theme File Icons (Default)",
"uiTheme": "hc-black",
"path": "./fileicons/light_standard.json"
}
]
}
}