Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 8b8807f

Browse files
author
Aaron Imming
committed
Remove testing category + unused colours
1 parent c5596f8 commit 8b8807f

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

src/scratch/xml/toolbox.xml

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
description="Math, text, logic, lists, etc."
143143
iconURI="ic-arrow"
144144
>
145-
<category name="Math" id="math" description="Arithmetical operations" colour="#fc8b01">
145+
<category name="Math" id="math" description="Arithmetical operations">
146146
<block type="math_number" />
147147
<block type="math_arithmetic">
148148
<field name="OP">ADD</field>
@@ -243,7 +243,7 @@
243243
</block>
244244
<block type="math_random_float" />
245245
</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">
247247
<block type="text">
248248
<field name="TEXT">abc</field>
249249
</block>
@@ -360,7 +360,7 @@
360360
</value>
361361
</block>
362362
</category>
363-
<category name="Logic" id="logic" description="Comparison operations" colour="#1876d2">
363+
<category name="Logic" id="logic" description="Comparison operations">
364364
<block type="controls_if"/>
365365
<block type="controls_if">
366366
<mutation else="1"></mutation>
@@ -372,7 +372,7 @@
372372
<block type="logic_null" />
373373
<block type="logic_ternary" />
374374
</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">
376376
<block type="lists_create_with">
377377
<field name="VARIABLE" variabletype="">list</field>
378378
<statement name="STACK">
@@ -408,9 +408,9 @@
408408
</block>
409409
<block type="lists_sort"></block>
410410
</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">
414414
<block type="controls_repeat_ext"></block>
415415
<block type="controls_repeat"></block>
416416
<block type="controls_whileUntil"></block>
@@ -419,35 +419,4 @@
419419
<block type="controls_flow_statements"></block>
420420
</category>
421421
</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-
-->
453422
</xml>

0 commit comments

Comments
 (0)