mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
29 lines
847 B
JSON
29 lines
847 B
JSON
{
|
|
"name": "theme-carbon",
|
|
"displayName": "SQL Operations Studio Themes",
|
|
"description": "The light and dark themes for SQL Operations Studio",
|
|
"version": "0.1.0",
|
|
"publisher": "sql",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"categories": [
|
|
"Themes"
|
|
],
|
|
"contributes": {
|
|
"themes": [
|
|
{
|
|
"id": "Default Light SQL Operations Studio",
|
|
"label": "Light SQL Operations Studio (default light)",
|
|
"uiTheme": "vs",
|
|
"path": "./themes/light_carbon.json"
|
|
},
|
|
{
|
|
"id": "Default Dark SQL Operations Studio",
|
|
"label": "Dark SQL Operations Studio (default dark)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/dark_carbon.json"
|
|
}
|
|
]
|
|
}
|
|
} |