We are using blockly in a project where accessibility is very important, so we have an option for the user to select the various color blindness themes (we use the ones available as Blockly plugins)
However, we have some additional block types that don't map cleanly to the existing styles so we need to select a couple of additional colors for them. Are there recommendations for colors that work well for the different types of colorblindness?
We can do our own research to select colors that work, but if someone else has done the work, I would love to just use it.
Ideally, I would like for all the themes to have two or three unused styles that could be used. "custom_block_1, custom_block_2, custom_block_3" for example.
As a second question, are there icons that are standard for the color blindness themes to show in menus surrounding blockly?
Thanks in advance,
Alan