mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
* Merge from vscode fcf3346a8e9f5ee1e00674461d9e2c2292a14ee3 * Fix test build break * Update distro * Fix build errors * Update distro * Update REH build file * Update build task names for REL * Fix product build yaml * Fix product REH task name * Fix type in task name * Update linux build step * Update windows build tasks * Turn off server publish * Disable REH * Fix typo * Bump distro * Update vscode tests * Bump distro * Fix type in disto * Bump distro * Turn off docker build * Remove docker step from release Co-authored-by: ADS Merger <andresse@microsoft.com> Co-authored-by: Karl Burtram <karlb@microsoft.com>
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Light Default Colors",
|
|
"colors": {
|
|
"editor.background": "#FFFFFF",
|
|
"editor.foreground": "#000000",
|
|
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
"editorIndentGuide.background": "#D3D3D3",
|
|
"editorIndentGuide.activeBackground": "#939393",
|
|
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
"editorSuggestWidget.background": "#F3F3F3",
|
|
"activityBarBadge.background": "#007ACC",
|
|
"sideBarTitle.foreground": "#6F6F6F",
|
|
"list.hoverBackground": "#E8E8E8",
|
|
"input.placeholderForeground": "#767676",
|
|
"searchEditor.textInputBorder": "#CECECE",
|
|
"settings.textInputBorder": "#CECECE",
|
|
"settings.numberInputBorder": "#CECECE",
|
|
"statusBarItem.remoteForeground": "#FFF",
|
|
"statusBarItem.remoteBackground": "#16825D",
|
|
"sideBarSectionHeader.background": "#0000",
|
|
"sideBarSectionHeader.border": "#61616130",
|
|
"tab.lastPinnedBorder": "#81818130",
|
|
"notebook.focusedCellBackground": "#c8ddf150",
|
|
"notebook.cellBorderColor": "#dae3e9",
|
|
"notebook.outputContainerBackgroundColor": "#c8ddf150"
|
|
},
|
|
"semanticHighlighting": true
|
|
}
|