mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -569,6 +569,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"colors": {
|
"colors": {
|
||||||
"actionBar.toggledBackground": "#dddddd"
|
"actionBar.toggledBackground": "#dddddd",
|
||||||
|
"statusBarItem.remoteBackground": "#FFFFFF",
|
||||||
|
"statusBarItem.remoteForeground": "#000000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -104,6 +104,8 @@
|
|||||||
"statusBar.background": "#F8F8F8",
|
"statusBar.background": "#F8F8F8",
|
||||||
"statusBar.foreground": "#3B3B3B",
|
"statusBar.foreground": "#3B3B3B",
|
||||||
"statusBar.border": "#E5E5E5",
|
"statusBar.border": "#E5E5E5",
|
||||||
|
"statusBarItem.hoverBackground": "#B8B8B850",
|
||||||
|
"statusBarItem.compactHoverBackground": "#CCCCCC",
|
||||||
"statusBar.debuggingBackground": "#FD716C",
|
"statusBar.debuggingBackground": "#FD716C",
|
||||||
"statusBar.debuggingForeground": "#000000",
|
"statusBar.debuggingForeground": "#000000",
|
||||||
"statusBar.focusBorder": "#005FB8",
|
"statusBar.focusBorder": "#005FB8",
|
||||||
|
|||||||
Reference in New Issue
Block a user