mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 (#16569)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"selection.background": "#008000",
|
||||
"editor.selectionBackground": "#FFFFFF",
|
||||
"statusBarItem.remoteBackground": "#00000000",
|
||||
"ports.iconRunningProcessforeground": "#FFFFFF"
|
||||
"ports.iconRunningProcessForeground": "#FFFFFF",
|
||||
"editorWhitespace.foreground": "#7c7c7c"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user