Spaces:
Sleeping
Sleeping
code-workspace config
Browse files- API_demo_server.code-workspace +18 -18
API_demo_server.code-workspace
CHANGED
|
@@ -6,24 +6,24 @@
|
|
| 6 |
],
|
| 7 |
"settings": {
|
| 8 |
"workbench.colorCustomizations": {
|
| 9 |
-
"activityBar.activeBackground": "#
|
| 10 |
-
"activityBar.background": "#
|
| 11 |
-
"activityBar.foreground": "#
|
| 12 |
-
"activityBar.inactiveForeground": "#
|
| 13 |
-
"activityBarBadge.background": "#
|
| 14 |
-
"activityBarBadge.foreground": "#
|
| 15 |
-
"commandCenter.border": "#
|
| 16 |
-
"sash.hoverBorder": "#
|
| 17 |
-
"statusBar.background": "#
|
| 18 |
-
"statusBar.foreground": "#
|
| 19 |
-
"statusBarItem.hoverBackground": "#
|
| 20 |
-
"statusBarItem.remoteBackground": "#
|
| 21 |
-
"statusBarItem.remoteForeground": "#
|
| 22 |
-
"titleBar.activeBackground": "#
|
| 23 |
-
"titleBar.activeForeground": "#
|
| 24 |
-
"titleBar.inactiveBackground": "#
|
| 25 |
-
"titleBar.inactiveForeground": "#
|
| 26 |
},
|
| 27 |
-
"peacock.color": "#
|
| 28 |
}
|
| 29 |
}
|
|
|
|
| 6 |
],
|
| 7 |
"settings": {
|
| 8 |
"workbench.colorCustomizations": {
|
| 9 |
+
"activityBar.activeBackground": "#f01d1d",
|
| 10 |
+
"activityBar.background": "#f01d1d",
|
| 11 |
+
"activityBar.foreground": "#e7e7e7",
|
| 12 |
+
"activityBar.inactiveForeground": "#e7e7e799",
|
| 13 |
+
"activityBarBadge.background": "#0ed10e",
|
| 14 |
+
"activityBarBadge.foreground": "#15202b",
|
| 15 |
+
"commandCenter.border": "#e7e7e799",
|
| 16 |
+
"sash.hoverBorder": "#f01d1d",
|
| 17 |
+
"statusBar.background": "#cc0e0e",
|
| 18 |
+
"statusBar.foreground": "#e7e7e7",
|
| 19 |
+
"statusBarItem.hoverBackground": "#f01d1d",
|
| 20 |
+
"statusBarItem.remoteBackground": "#cc0e0e",
|
| 21 |
+
"statusBarItem.remoteForeground": "#e7e7e7",
|
| 22 |
+
"titleBar.activeBackground": "#cc0e0e",
|
| 23 |
+
"titleBar.activeForeground": "#e7e7e7",
|
| 24 |
+
"titleBar.inactiveBackground": "#cc0e0e99",
|
| 25 |
+
"titleBar.inactiveForeground": "#e7e7e799"
|
| 26 |
},
|
| 27 |
+
"peacock.color": "#cc0e0e"
|
| 28 |
}
|
| 29 |
}
|