Add some more blocks (#468)

* Lint & menu color for keys

* Update colours to provided spec

* Finish current set of motion blocks

* Add say/think blocks; remove WeDo blocks
This commit is contained in:
Tim Mickel 2016-07-05 09:58:16 -04:00 committed by GitHub
parent cd93612295
commit 367aaa1cf1
6 changed files with 359 additions and 171 deletions

View file

@ -50,10 +50,30 @@ Blockly.Colours = {
"secondary": "#DBC200",
"tertiary": "#CCAA00"
},
"sensing": {
"primary": "#4CBFE6",
"secondary": "#FF0000", // No spec
"tertiary": "#00FF00" // No spec
},
"pen": {
"primary": "#00B295",
"secondary": "#FF0000", // No spec
"tertiary": "#00FF00" // No spec
},
"operators": {
"primary": "#4CBF56",
"secondary": "#489D84",
"tertiary": "#489D84"
"primary": "#40BF4A",
"secondary": "#2B7F31", // No spec
"tertiary": "#489D84" // No spec
},
"data": {
"primary": "#FF8C1A",
"secondary": "#FF0000", // No spec
"tertiary": "#00FF00" // No spec
},
"more": {
"primary": "#FF6680",
"secondary": "#FF0000", // No spec
"tertiary": "#00FF00" // No spec
},
"text": "#575E75",
"workspace": "#F5F8FF",