Hello,
First of all you can use renderers already provided in Blockly, like for example 'zelos' (looks like scratch). There are of course other
renderers.
Just inject this
option : (also don't forget to change other options)
Blockly. inject('blocklyDiv', {
renderer: 'zelos',
...
});
And for the toolbox there is a
tutorialIf, however, you can't find what you're looking for, you can either customize the renderers or as a last resort use
scratch-blocks directly