forked from mouredev/Hello-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHello-Python.code-workspace
More file actions
29 lines (29 loc) · 871 Bytes
/
Hello-Python.code-workspace
File metadata and controls
29 lines (29 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d69640",
"activityBar.background": "#d69640",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#cbf4e2",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#d69640",
"statusBar.background": "#bb7c28",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#91601f",
"statusBarItem.remoteBackground": "#bb7c28",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#bb7c28",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#bb7c2899",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#bb7c28"
}
}