Spaces:
Build error
Build error
blacksquadece
commited on
Commit
·
9343b97
1
Parent(s):
71cf729
Create settings.json
Browse files- .vscode/settings.json +7 -0
.vscode/settings.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"workbench.colorCustomizations": {
|
3 |
+
"activityBar.background": "#09323E",
|
4 |
+
"titleBar.activeBackground": "#0C4656",
|
5 |
+
"titleBar.activeForeground": "#F6FCFE"
|
6 |
+
}
|
7 |
+
}
|