Nuno-Tome commited on
Commit
217e21b
1 Parent(s): c06ab97
simple_image_classifier.code-workspace ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "settings": {
8
+ "workbench.colorCustomizations": {
9
+ "activityBar.activeBackground": "#6ce19f",
10
+ "activityBar.background": "#6ce19f",
11
+ "activityBar.foreground": "#15202b",
12
+ "activityBar.inactiveForeground": "#15202b99",
13
+ "activityBarBadge.background": "#9760df",
14
+ "activityBarBadge.foreground": "#e7e7e7",
15
+ "commandCenter.border": "#15202b99",
16
+ "sash.hoverBorder": "#6ce19f",
17
+ "statusBar.background": "#42d883",
18
+ "statusBar.foreground": "#15202b",
19
+ "statusBarItem.hoverBackground": "#28bf69",
20
+ "statusBarItem.remoteBackground": "#42d883",
21
+ "statusBarItem.remoteForeground": "#15202b",
22
+ "titleBar.activeBackground": "#42d883",
23
+ "titleBar.activeForeground": "#15202b",
24
+ "titleBar.inactiveBackground": "#42d88399",
25
+ "titleBar.inactiveForeground": "#15202b99"
26
+ },
27
+ "peacock.color": "#42d883"
28
+ }
29
+ }