mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
35 lines
615 B
JSON
35 lines
615 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"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/azuredatastudio.git"
|
|
}
|
|
}
|