Skip to content

Commit fd8179a

Browse files
committed
adding GA playground example
1 parent 99ccd26 commit fd8179a

2 files changed

Lines changed: 8654 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,25 @@
77
"*test*.py"
88
],
99
"python.testing.pytestEnabled": false,
10-
"python.testing.unittestEnabled": true
10+
"python.testing.unittestEnabled": true,
11+
"workbench.colorCustomizations": {
12+
"activityBar.activeBackground": "#2f7c47",
13+
"activityBar.background": "#2f7c47",
14+
"activityBar.foreground": "#e7e7e7",
15+
"activityBar.inactiveForeground": "#e7e7e799",
16+
"activityBarBadge.background": "#422c74",
17+
"activityBarBadge.foreground": "#e7e7e7",
18+
"commandCenter.border": "#e7e7e799",
19+
"sash.hoverBorder": "#2f7c47",
20+
"statusBar.background": "#215732",
21+
"statusBar.foreground": "#e7e7e7",
22+
"statusBarItem.hoverBackground": "#2f7c47",
23+
"statusBarItem.remoteBackground": "#215732",
24+
"statusBarItem.remoteForeground": "#e7e7e7",
25+
"titleBar.activeBackground": "#215732",
26+
"titleBar.activeForeground": "#e7e7e7",
27+
"titleBar.inactiveBackground": "#21573299",
28+
"titleBar.inactiveForeground": "#e7e7e799"
29+
},
30+
"peacock.color": "#215732"
1131
}

Elements/pyEEL/tests/playground.ipynb

Lines changed: 8633 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)