|
142 | 142 | description="Math, text, logic, lists, etc." |
143 | 143 | iconURI="ic-arrow" |
144 | 144 | > |
145 | | - <category name="Math" id="math" description="Arithmetical operations" colour="#fc8b01"> |
| 145 | + <category name="Math" id="math" description="Arithmetical operations"> |
146 | 146 | <block type="math_number" /> |
147 | 147 | <block type="math_arithmetic"> |
148 | 148 | <field name="OP">ADD</field> |
|
243 | 243 | </block> |
244 | 244 | <block type="math_random_float" /> |
245 | 245 | </category> |
246 | | - <category name="Text" id="text" description="Operations with text strings" colour="#5d4037"> |
| 246 | + <category name="Text" id="text" description="Operations with text strings"> |
247 | 247 | <block type="text"> |
248 | 248 | <field name="TEXT">abc</field> |
249 | 249 | </block> |
|
360 | 360 | </value> |
361 | 361 | </block> |
362 | 362 | </category> |
363 | | - <category name="Logic" id="logic" description="Comparison operations" colour="#1876d2"> |
| 363 | + <category name="Logic" id="logic" description="Comparison operations"> |
364 | 364 | <block type="controls_if"/> |
365 | 365 | <block type="controls_if"> |
366 | 366 | <mutation else="1"></mutation> |
|
372 | 372 | <block type="logic_null" /> |
373 | 373 | <block type="logic_ternary" /> |
374 | 374 | </category> |
375 | | - <category name="Lists" id="lists" description="Handling lists of text/numeric values" colour="#e53836"> |
| 375 | + <category name="Lists" id="lists" description="Handling lists of text/numeric values"> |
376 | 376 | <block type="lists_create_with"> |
377 | 377 | <field name="VARIABLE" variabletype="">list</field> |
378 | 378 | <statement name="STACK"> |
|
408 | 408 | </block> |
409 | 409 | <block type="lists_sort"></block> |
410 | 410 | </category> |
411 | | - <category name="Custom functions" id="custom_functions" description="Helps to make strategy clear" dynamic="PROCEDURE" colour="#00acc1"></category> |
412 | | - <category name="Variables" id="variables" description="Store values during run time" dynamic="VARIABLE" colour="#616161"></category> |
413 | | - <category name="Loops" id="loops" description="arithmetical operations" colour="#afb42b"> |
| 411 | + <category name="Custom functions" id="custom_functions" description="Helps to make strategy clear" dynamic="PROCEDURE"></category> |
| 412 | + <category name="Variables" id="variables" description="Store values during run time" dynamic="VARIABLE"></category> |
| 413 | + <category name="Loops" id="loops" description="arithmetical operations"> |
414 | 414 | <block type="controls_repeat_ext"></block> |
415 | 415 | <block type="controls_repeat"></block> |
416 | 416 | <block type="controls_whileUntil"></block> |
|
419 | 419 | <block type="controls_flow_statements"></block> |
420 | 420 | </category> |
421 | 421 | </category> |
422 | | - <!-- Testing --> |
423 | | - <sep /> |
424 | | - <category |
425 | | - id="testing" |
426 | | - name="Testing in progress" |
427 | | - description="Some sources claim that tiramisu can be traced all the way back to the 17th Century. A layered dessert similar to tiramisu was created by chefs in the Italian province of Tuscany to celebrate the visit of Grand Duke Cosimo di Medici to the region." |
428 | | - iconURI="ic-logo" |
429 | | - > |
430 | | - <block type="math_number"></block> |
431 | | - </category> |
432 | | - <!-- |
433 | | - <category |
434 | | - id="testing2" |
435 | | - name="No description category" |
436 | | - > |
437 | | - <block type="math_number"></block> |
438 | | - </category> |
439 | | - <category |
440 | | - id="testing2" |
441 | | - name="No description category with an icon" |
442 | | - iconURI="ic-logo" |
443 | | - > |
444 | | - <block type="math_number"></block> |
445 | | - </category> |
446 | | - <category |
447 | | - id="testing2" |
448 | | - description="No name. Just a description! 😬" |
449 | | - > |
450 | | - <block type="math_number"></block> |
451 | | - </category> |
452 | | - --> |
453 | 422 | </xml> |
0 commit comments