Update to latest TS and update blocks colors to match Lego's edu colors

This commit is contained in:
Sam El-Husseini
2017-12-11 16:55:00 -08:00
parent 5656031e2d
commit 1bf1eb16f0
13 changed files with 39 additions and 41 deletions

View File

@ -63,7 +63,10 @@
"listsBlocks": true,
"functionBlocks": true,
"onStartNamespace": "loops",
"onStartColor": "#0F841C"
"onStartColor": "#0F841C",
"pauseUntilBlock": {
"category": "loops"
}
},
"compileService": {
"buildEngine": "dockermake",
@ -122,12 +125,12 @@
"blocklyOptions": {
},
"blockColors": {
"loops": "#0F841C",
"logic": "#3979B9",
"math": "#8A83BA",
"variables": "#D4000D",
"loops": "#58AB41",
"logic": "#1E5AA8",
"math": "#9DC3F7",
"variables": "#B40000",
"text": "#F0890A",
"advanced": "#7A8284",
"advanced": "#969696",
"functions": "#064597",
"arrays": "#890058"
},