mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
29
extensions/theme-carbon/package.json
Normal file
29
extensions/theme-carbon/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user