mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
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:
parent
cd93612295
commit
367aaa1cf1
6 changed files with 359 additions and 171 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue