1 parent b8f9cc4 commit aa19839Copy full SHA for aa19839
1 file changed
.vscode/settings.json
@@ -11,12 +11,19 @@
11
"statusBar.background": "#ffa500",
12
"statusBar.foreground": "#15202b",
13
"statusBarItem.hoverBackground": "#cc8400",
14
- "statusBarItem.remoteBackground": "#ffa500",
+ "statusBarItem.remoteBackground": "#008053",
15
"statusBarItem.remoteForeground": "#15202b",
16
"titleBar.activeBackground": "#ffa500",
17
"titleBar.activeForeground": "#15202b",
18
"titleBar.inactiveBackground": "#ffa50099",
19
- "titleBar.inactiveForeground": "#15202b99"
+ "titleBar.inactiveForeground": "#15202b99",
20
+ "activityBarTop.activeBackground": "#ffb733",
21
+ "activityBarTop.background": "#ffb733",
22
+ "activityBarTop.foreground": "#15202b",
23
+ "activityBarTop.inactiveForeground": "#15202b99",
24
+ "commandCenter.foreground": "#15202b",
25
+ "statusBar.debuggingBackground": "#ffa500",
26
+ "statusBar.debuggingForeground": "#15202b"
27
},
28
"peacock.color": "orange"
29
}
0 commit comments