mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"name": "theme-defaults",
|
|
"displayName": "High Contrast Theme",
|
|
"description": "High Contrast theme",
|
|
"categories": [ "Themes" ],
|
|
"version": "0.1.10",
|
|
"publisher": "vscode",
|
|
"engines": { "vscode": "*" },
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"label": "High Contrast",
|
|
"uiTheme": "hc-black",
|
|
"path": "./themes/hc_black.json"
|
|
}
|
|
]
|
|
}
|
|
} |