mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from vscode 63d257f78a36951ab7e821170ba675b11dc06d48 (#5240)
This commit is contained in:
@@ -400,6 +400,7 @@
|
||||
"statusBar.noFolderBackground": "#10192c",
|
||||
"statusBar.debuggingBackground": "#10192c",
|
||||
// "statusBar.foreground": "",
|
||||
"statusBarItem.hostBackground": "#0063a5",
|
||||
"statusBarItem.prominentBackground": "#0063a5",
|
||||
"statusBarItem.prominentHoverBackground": "#0063a5dd",
|
||||
// "statusBarItem.activeBackground": "",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"include": "./hc_black_defaults.json",
|
||||
"colors": {
|
||||
"selection.background": "#008000",
|
||||
"editor.selectionBackground": "#FFFFFF"
|
||||
"editor.selectionBackground": "#FFFFFF",
|
||||
"statusBarItem.hostBackground": "#00000000"
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"editor.foreground": "#FFFFFF",
|
||||
"editorIndentGuide.background": "#FFFFFF",
|
||||
"editorIndentGuide.activeBackground": "#FFFFFF",
|
||||
"statusBarItem.hostBackground": "#00000000",
|
||||
"sideBarTitle.foreground": "#FFFFFF"
|
||||
},
|
||||
"settings": [
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
"statusBar.background": "#423523",
|
||||
"statusBar.debuggingBackground": "#423523",
|
||||
"statusBar.noFolderBackground": "#423523",
|
||||
"statusBarItem.hostBackground": "#6e583b",
|
||||
"activityBar.background": "#221a0f",
|
||||
"activityBar.foreground": "#d3af86",
|
||||
"sideBar.background": "#362712",
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"statusBar.debuggingBackground": "#505050",
|
||||
"statusBar.noFolderBackground": "#505050",
|
||||
"titleBar.activeBackground": "#505050",
|
||||
"statusBarItem.hostBackground": "#3655b5",
|
||||
"activityBar.background": "#353535",
|
||||
"activityBar.foreground": "#ffffff",
|
||||
"activityBarBadge.background": "#3655b5",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
"statusBar.background": "#414339",
|
||||
"statusBar.noFolderBackground": "#414339",
|
||||
"statusBar.debuggingBackground": "#75715E",
|
||||
"statusBarItem.hostBackground": "#AC6218",
|
||||
"activityBar.background": "#272822",
|
||||
"activityBar.foreground": "#f8f8f2",
|
||||
"activityBar.dropBackground": "#414339",
|
||||
|
||||
@@ -516,6 +516,7 @@
|
||||
"statusBar.background": "#705697",
|
||||
"statusBar.noFolderBackground": "#705697",
|
||||
"statusBar.debuggingBackground": "#705697",
|
||||
"statusBarItem.hostBackground": "#4e3c69",
|
||||
"activityBar.background": "#EDEDF5",
|
||||
"activityBar.foreground": "#705697",
|
||||
"activityBarBadge.background": "#705697",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"sideBar.background": "#330000",
|
||||
"statusBar.background": "#700000",
|
||||
"statusBar.noFolderBackground": "#700000",
|
||||
"statusBarItem.hostBackground": "#c33",
|
||||
"editorGroupHeader.tabsBackground": "#330000",
|
||||
"titleBar.activeBackground": "#770000",
|
||||
"titleBar.inactiveBackground": "#772222",
|
||||
|
||||
@@ -448,6 +448,7 @@
|
||||
"statusBar.background": "#00212B",
|
||||
"statusBar.debuggingBackground": "#00212B",
|
||||
"statusBar.noFolderBackground": "#00212B",
|
||||
"statusBarItem.hostBackground": "#2AA19899",
|
||||
"statusBarItem.prominentBackground": "#003847",
|
||||
"statusBarItem.prominentHoverBackground": "#003847",
|
||||
// "statusBarItem.activeBackground": "",
|
||||
|
||||
@@ -447,6 +447,7 @@
|
||||
"statusBar.debuggingBackground": "#EEE8D5",
|
||||
"statusBar.noFolderBackground": "#EEE8D5",
|
||||
// "statusBar.foreground": "",
|
||||
"statusBarItem.hostBackground": "#AC9D57",
|
||||
"statusBarItem.prominentBackground": "#DDD6C1",
|
||||
"statusBarItem.prominentHoverBackground": "#DDD6C199",
|
||||
// "statusBarItem.activeBackground": "",
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"debugToolBar.background": "#001c40",
|
||||
"titleBar.activeBackground": "#001126",
|
||||
"statusBar.background": "#001126",
|
||||
"statusBarItem.hostBackground": "#0e639c",
|
||||
"statusBar.noFolderBackground": "#001126",
|
||||
"statusBar.debuggingBackground": "#001126",
|
||||
"activityBar.background": "#001733",
|
||||
|
||||
Reference in New Issue
Block a user