Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 (#16569)

This commit is contained in:
Cory Rivera
2021-08-25 16:28:29 -07:00
committed by GitHub
parent ab1112bfb3
commit cb7b7da0a4
1752 changed files with 59525 additions and 33878 deletions

View File

@@ -2,11 +2,15 @@
"name": "theme-defaults",
"displayName": "%displayName%",
"description": "%description%",
"categories": [ "Themes" ],
"categories": [
"Themes"
],
"version": "1.0.0",
"publisher": "vscode",
"license": "MIT",
"engines": { "vscode": "*" },
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
@@ -24,7 +28,7 @@
}
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/azuredatastudio.git"
"type": "git",
"url": "https://github.com/microsoft/azuredatastudio.git"
}
}
}

View File

@@ -91,7 +91,8 @@
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable"
"entity.name.variable",
"constant.other.placeholder", // placeholders in strings
],
"settings": {
"foreground": "#9CDCFE"

View File

@@ -16,7 +16,7 @@
"menu.foreground": "#CCCCCC",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"ports.iconRunningProcessforeground": "#369432",
"ports.iconRunningProcessForeground": "#369432",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#ccc3",
"tab.lastPinnedBorder": "#ccc3"

View File

@@ -10,7 +10,8 @@
"selection.background": "#008000",
"editor.selectionBackground": "#FFFFFF",
"statusBarItem.remoteBackground": "#00000000",
"ports.iconRunningProcessforeground": "#FFFFFF"
"ports.iconRunningProcessForeground": "#FFFFFF",
"editorWhitespace.foreground": "#7c7c7c"
},
"tokenColors": [
{

View File

@@ -91,7 +91,9 @@
"variable",
"meta.definition.variable.name",
"support.variable",
"entity.name.variable"
"entity.name.variable",
"constant.other.placeholder", // placeholders in strings
],
"settings": {
"foreground": "#001080"

View File

@@ -18,13 +18,14 @@
"settings.numberInputBorder": "#CECECE",
"statusBarItem.remoteForeground": "#FFF",
"statusBarItem.remoteBackground": "#16825D",
"ports.iconRunningProcessforeground": "#369432",
"ports.iconRunningProcessForeground": "#369432",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"tab.lastPinnedBorder": "#61616130",
"notebook.cellBorderColor": "#E8E8E8",
"notebook.selectedCellBackground": "#c8ddf150",
"statusBarItem.errorBackground": "#c72e0f"
"statusBarItem.errorBackground": "#c72e0f",
"list.focusHighlightForeground": "#9DDDFF"
},
"tokenColors": [
{