We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c010f9e commit d37c702Copy full SHA for d37c702
.vscode/settings.json
@@ -19,14 +19,15 @@
19
"panel.border": "#378fe7",
20
"sideBar.border": "#378fe7",
21
"statusBar.background": "#1975d2",
22
- "statusBar.border": "#1975d2",
23
"statusBar.foreground": "#e7e7e7",
24
"statusBarItem.hoverBackground": "#378fe7",
25
"titleBar.activeBackground": "#1975d2",
26
"titleBar.activeForeground": "#e7e7e7",
27
- "titleBar.border": "#1975d2",
28
"titleBar.inactiveBackground": "#1975d299",
29
- "titleBar.inactiveForeground": "#e7e7e799"
+ "titleBar.inactiveForeground": "#e7e7e799",
+ "sash.hoverBorder": "#378fe7",
+ "statusBarItem.remoteBackground": "#1975d2",
30
+ "statusBarItem.remoteForeground": "#e7e7e7"
31
},
32
"peacock.remoteColor": "1975d2"
33
}
0 commit comments