Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "SQL Operations Studio-dark-theme",
"type": "dark",
"$schema": "vscode://schemas/color-theme",
"name": "SQL Operations Studio-dark-theme",
"type": "dark",
"colors": {
// base
"foreground": "#fffffe",
"focusBorder": "#0E639C",
"selection.background": "#3062d6",
"selection.background": "#3062d6",
//text colors
"textLinkForeground": "#30B4FF",
@@ -42,8 +43,8 @@
//List and trees
"list.activeSelectionBackground": "#3062d6",
"list.hoverBackground": "#444444",
"pickerGroup.border": "#00BCF2",
"activityBar.background": "#444444",
"pickerGroup.border": "#00BCF2",
"activityBar.background": "#444444",
"sideBar.background": "#333333",
"editorGroupHeader.tabsBackground": "#444444",
"editor.background": "#212121",
@@ -52,11 +53,11 @@
"editorLink.activeForeground": "#30B4FF",
"editorGroup.border": "#333333",
"editorGroup.background": "#212121",
"tab.activeBackground": "#212121",
"tab.activeBackground": "#212121",
"tab.activeForeground": "#ffffff",
"tab.inactiveBackground": "#444444",
"tab.inactiveForeground": "#888888",
"tab.border": "#3c3c3c",
"tab.border": "#3c3c3c",
"panel.background": "#212121",
"panel.border": "#515151",
"panelTitle.activeForeground": "#ffffff",
@@ -65,8 +66,7 @@
"tokenColors": [
{
"settings": {
"foreground": "#ffffffff",
"background": "#212121ff"
"foreground": "#ffffffff"
}
},
{

View File

@@ -1,4 +1,5 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "SQL Operations Studio-light-theme",
"type": "light",
"colors": {
@@ -34,7 +35,7 @@
"badge.foreground": "#ffffff",
//Input Control
"input.background": "#EAEAEA00",
"input.background": "#fffffe",
"input.border": "#c8c8c8",
"input.disabled.background": "#dcdcdc",
"input.disabled.foreground": "#888888",
@@ -56,7 +57,7 @@
"editorGroupHeader.tabsBackground": "#f4f4f4",
"editor.background": "#fffffe",
"editor.foreground": "#212121",
"editorWidget.background": "#C8C8C8",
"editorWidget.background": "#dcdcdc",
"editorLink.activeForeground": "#3062D6",
"editorGroup.border": "#f4f4f4",
"editorGroup.background": "#fffffe",
@@ -77,8 +78,7 @@
"tokenColors": [
{
"settings": {
"foreground": "#212121ff",
"background": "#fffffeff"
"foreground": "#212121ff"
}
},
{