mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
- Added to both built-in themes. Long term would be good to contribute this back to Seti so it works without a carbon edit tag. - Issue #4418 tracks remaining problem where for new notebooks it's not set initially. This is blocked by Raj's work so will update once that lands.
25 lines
503 B
JSON
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"
|
|
}
|
|
]
|
|
} |