Files
azuredatastudio/extensions/theme-defaults/package.json
Anthony Dresser bf4815d364 Remove some differences from us and vscode (#6421)
* remove some differences from us and vscode

* readd temp-write tpyings
2019-07-18 17:57:00 -07:00

26 lines
510 B
JSON

{
"name": "theme-defaults",
"displayName": "%displayName%",
"description": "%description%",
"categories": [ "Themes" ],
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"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"
}
]
}