Implement fallbacks

This commit is contained in:
Daniel Imms
2017-03-23 00:31:02 -07:00
parent c9e5b483fc
commit 2951ddb18b
6 changed files with 240 additions and 126 deletions

View File

@@ -12,6 +12,11 @@
"label": "Generated Theme",
"uiTheme": "vs-dark",
"path": "./theme.json"
},
{
"label": "Generated Theme (Minimal)",
"uiTheme": "vs-dark",
"path": "./theme-minimal.json"
}
]
}