Start light theme support, improve launch.json

Part of #22
This commit is contained in:
Daniel Imms
2018-04-26 12:37:09 -07:00
parent 6db07527fa
commit 0901714136
7 changed files with 66 additions and 49 deletions

View File

@@ -14,9 +14,14 @@
"path": "./theme.json"
},
{
"label": "Generated Theme (Minimal)",
"label": "Generated Theme (Minimal, Dark)",
"uiTheme": "vs-dark",
"path": "./theme-minimal.json"
"path": "./theme-minimal-dark.json"
},
{
"label": "Generated Theme (Minimal, Light)",
"uiTheme": "vs",
"path": "./theme-minimal-light.json"
},
{
"label": "Generated Theme (Minimal, coverage)",