mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
Fix additional regressions in master (#621)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "theme-defaults",
|
||||
"displayName": "Default Themes",
|
||||
"description": "The default light and dark themes (Plus and Visual Studio)",
|
||||
"displayName": "High Contrast Theme",
|
||||
"description": "High Contrast theme",
|
||||
"categories": [ "Themes" ],
|
||||
"version": "0.1.10",
|
||||
"publisher": "vscode",
|
||||
@@ -9,42 +9,10 @@
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "Default Dark+",
|
||||
"label": "Dark+ (default dark)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus.json"
|
||||
},
|
||||
{
|
||||
"id": "Default Light+",
|
||||
"label": "Light+ (default light)",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus.json"
|
||||
},
|
||||
{
|
||||
"id": "Visual Studio Dark",
|
||||
"label": "Dark (Visual Studio)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_vs.json"
|
||||
},
|
||||
{
|
||||
"id": "Visual Studio Light",
|
||||
"label": "Light (Visual Studio)",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_vs.json"
|
||||
},
|
||||
{
|
||||
"id": "Default High Contrast",
|
||||
"label": "High Contrast",
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./themes/hc_black.json"
|
||||
}
|
||||
],
|
||||
"iconThemes": [
|
||||
{
|
||||
"id": "vs-minimal",
|
||||
"label": "Minimal (Visual Studio Code)",
|
||||
"path": "./fileicons/vs_minimal-icon-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user