Files
azuredatastudio/extensions/theme-defaults/package.json
2019-06-11 12:35:58 -07:00

25 lines
503 B
JSON

{
"name": "theme-defaults",
"displayName": "High Contrast Theme",
"description": "High Contrast theme",
"categories": [ "Themes" ],
"version": "1.0.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"contributes": {
"themes": [
{
"label": "High Contrast",
"uiTheme": "hc-black",
"path": "./themes/hc_black.json"
}
]
},
"iconThemes": [
{
"id": "vs-minimal",
"label": "Minimal (Azure Data Studio)",
"path": "./fileicons/vs_minimal-icon-theme.json"
}
]
}