A Blockly theme for people that have deuteranopia.
npm install @blockly/theme-deuteranopiaA Blockly theme for people that have
deuteranopia (the inability to perceive green light). This can also be used for
people that have protanopia (the inability to perceive red light).
!A Blockly workspace using the deuteranopia theme.
```
yarn add @blockly/theme-deuteranopia
``
npm install @blockly/theme-deuteranopia --save
`js
import * as Blockly from 'blockly';
import Theme from '@blockly/theme-deuteranopia';
Blockly.inject('blocklyDiv', {
theme: Theme,
});
``
Apache 2.0