Spaces:
Runtime error
Runtime error
no message
Browse files
nnf_text_to_speech_v1.code-workspace
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"folders": [
|
3 |
+
{
|
4 |
+
"path": "."
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"settings": {
|
8 |
+
"workbench.colorCustomizations": {
|
9 |
+
"activityBar.activeBackground": "#af7dd4",
|
10 |
+
"activityBar.background": "#af7dd4",
|
11 |
+
"activityBar.foreground": "#15202b",
|
12 |
+
"activityBar.inactiveForeground": "#15202b99",
|
13 |
+
"activityBarBadge.background": "#785628",
|
14 |
+
"activityBarBadge.foreground": "#e7e7e7",
|
15 |
+
"commandCenter.border": "#e7e7e799",
|
16 |
+
"sash.hoverBorder": "#af7dd4",
|
17 |
+
"statusBar.background": "#9757c7",
|
18 |
+
"statusBar.foreground": "#e7e7e7",
|
19 |
+
"statusBarItem.hoverBackground": "#af7dd4",
|
20 |
+
"statusBarItem.remoteBackground": "#9757c7",
|
21 |
+
"statusBarItem.remoteForeground": "#e7e7e7",
|
22 |
+
"titleBar.activeBackground": "#9757c7",
|
23 |
+
"titleBar.activeForeground": "#e7e7e7",
|
24 |
+
"titleBar.inactiveBackground": "#9757c799",
|
25 |
+
"titleBar.inactiveForeground": "#e7e7e799"
|
26 |
+
},
|
27 |
+
"peacock.color": "#9757c7"
|
28 |
+
}
|
29 |
+
}
|