Fix additional regressions in master (#621)

This commit is contained in:
Karl Burtram
2018-02-06 19:13:14 -05:00
committed by GitHub
parent 332dc03df0
commit 579e6bf0cb
10 changed files with 10 additions and 1114 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "theme-defaults",
"displayName": "Default Themes",
"description": "The default light and dark themes (Plus and Visual Studio)",
"displayName": "High Contrast Theme",
"description": "High Contrast theme",
"categories": [ "Themes" ],
"version": "0.1.10",
"publisher": "vscode",
@@ -9,42 +9,10 @@
"contributes": {
"themes": [
{
"id": "Default Dark+",
"label": "Dark+ (default dark)",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus.json"
},
{
"id": "Default Light+",
"label": "Light+ (default light)",
"uiTheme": "vs",
"path": "./themes/light_plus.json"
},
{
"id": "Visual Studio Dark",
"label": "Dark (Visual Studio)",
"uiTheme": "vs-dark",
"path": "./themes/dark_vs.json"
},
{
"id": "Visual Studio Light",
"label": "Light (Visual Studio)",
"uiTheme": "vs",
"path": "./themes/light_vs.json"
},
{
"id": "Default High Contrast",
"label": "High Contrast",
"uiTheme": "hc-black",
"path": "./themes/hc_black.json"
}
],
"iconThemes": [
{
"id": "vs-minimal",
"label": "Minimal (Visual Studio Code)",
"path": "./fileicons/vs_minimal-icon-theme.json"
}
]
}
}