[themes] rename standard to minimal

This commit is contained in:
Martin Aeschlimann 2016-09-06 16:19:13 +02:00
parent fe22ac384b
commit eb739e8e2d
2 changed files with 3 additions and 3 deletions

View file

@ -36,9 +36,9 @@
],
"iconThemes": [
{
"id": "vs-standard",
"label": "Standard",
"path": "./fileicons/vs_standard.json"
"id": "vs-minimal",
"label": "Minimal (Visual Studio Code)",
"path": "./fileicons/vs_minimal_icons.json"
}
]
}