Update to VS Code 1.52.1
This commit is contained in:
@ -11,31 +11,31 @@
|
||||
"themes": [
|
||||
{
|
||||
"id": "Default Dark+",
|
||||
"label": "Dark+ (default dark)",
|
||||
"label": "%darkPlusColorThemeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus.json"
|
||||
},
|
||||
{
|
||||
"id": "Default Light+",
|
||||
"label": "Light+ (default light)",
|
||||
"label": "%lightPlusColorThemeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus.json"
|
||||
},
|
||||
{
|
||||
"id": "Visual Studio Dark",
|
||||
"label": "Dark (Visual Studio)",
|
||||
"label": "%darkColorThemeLabel%",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_vs.json"
|
||||
},
|
||||
{
|
||||
"id": "Visual Studio Light",
|
||||
"label": "Light (Visual Studio)",
|
||||
"label": "%lightColorThemeLabel%",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_vs.json"
|
||||
},
|
||||
{
|
||||
"id": "Default High Contrast",
|
||||
"label": "High Contrast",
|
||||
"label": "%hcColorThemeLabel%",
|
||||
"uiTheme": "hc-black",
|
||||
"path": "./themes/hc_black.json"
|
||||
}
|
||||
@ -43,9 +43,9 @@
|
||||
"iconThemes": [
|
||||
{
|
||||
"id": "vs-minimal",
|
||||
"label": "Minimal (Visual Studio Code)",
|
||||
"label": "%minimalIconThemeLabel%",
|
||||
"path": "./fileicons/vs_minimal-icon-theme.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,10 @@
|
||||
{
|
||||
"displayName": "Default Themes",
|
||||
"description": "The default Visual Studio light and dark themes"
|
||||
}
|
||||
"description": "The default Visual Studio light and dark themes",
|
||||
"darkPlusColorThemeLabel": "Dark+ (default dark)",
|
||||
"lightPlusColorThemeLabel": "Light+ (default light)",
|
||||
"darkColorThemeLabel": "Dark (Visual Studio)",
|
||||
"lightColorThemeLabel": "Light (Visual Studio)",
|
||||
"hcColorThemeLabel": "High Contrast",
|
||||
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
|
||||
}
|
||||
|
@ -9,21 +9,14 @@
|
||||
"statusBarItem.remoteBackground": "#00000000",
|
||||
"sideBarTitle.foreground": "#FFFFFF"
|
||||
},
|
||||
"settings": [
|
||||
{
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF",
|
||||
"background": "#000000"
|
||||
}
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
"scope": [
|
||||
"meta.embedded",
|
||||
"source.groovy.embedded"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#FFFFFF",
|
||||
"background": "#000000"
|
||||
"foreground": "#FFFFFF"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -21,9 +21,8 @@
|
||||
"sideBarSectionHeader.background": "#0000",
|
||||
"sideBarSectionHeader.border": "#61616130",
|
||||
"tab.lastPinnedBorder": "#61616130",
|
||||
"notebook.focusedCellBackground": "#c8ddf150",
|
||||
"notebook.cellBorderColor": "#dae3e9",
|
||||
"notebook.outputContainerBackgroundColor": "#c8ddf150"
|
||||
"notebook.cellBorderColor": "#E8E8E8",
|
||||
"statusBarItem.errorBackground": "#c72e0f"
|
||||
},
|
||||
"semanticHighlighting": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user