Nuno-Tome commited on
Commit
43a13af
·
1 Parent(s): 699e5de

no message

Browse files
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Nnf Text To Speech V1 Tester1
3
  emoji: 😻
4
- colorFrom: red
5
- colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.21.0
8
  app_file: app.py
 
1
  ---
2
  title: Nnf Text To Speech V1 Tester1
3
  emoji: 😻
4
+ colorFrom: gray
5
+ colorTo: gray
6
  sdk: gradio
7
  sdk_version: 4.21.0
8
  app_file: app.py
nnf_text_to_speech_v1_tester1.code-workspace CHANGED
@@ -4,5 +4,26 @@
4
  "path": "."
5
  }
6
  ],
7
- "settings": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }
 
4
  "path": "."
5
  }
6
  ],
7
+ "settings": {
8
+ "workbench.colorCustomizations": {
9
+ "activityBar.activeBackground": "#65c89b",
10
+ "activityBar.background": "#65c89b",
11
+ "activityBar.foreground": "#15202b",
12
+ "activityBar.inactiveForeground": "#15202b99",
13
+ "activityBarBadge.background": "#945bc4",
14
+ "activityBarBadge.foreground": "#e7e7e7",
15
+ "commandCenter.border": "#15202b99",
16
+ "sash.hoverBorder": "#65c89b",
17
+ "statusBar.background": "#42b883",
18
+ "statusBar.foreground": "#15202b",
19
+ "statusBarItem.hoverBackground": "#359268",
20
+ "statusBarItem.remoteBackground": "#42b883",
21
+ "statusBarItem.remoteForeground": "#15202b",
22
+ "titleBar.activeBackground": "#42b883",
23
+ "titleBar.activeForeground": "#15202b",
24
+ "titleBar.inactiveBackground": "#42b88399",
25
+ "titleBar.inactiveForeground": "#15202b99"
26
+ },
27
+ "peacock.color": "#42b883"
28
+ }
29
  }