@blockly/theme-deuteranopia
v7.0.3
Published
A Blockly theme for people that have deuteranopia.
Downloads
10,442
Readme
@blockly/theme-deuteranopia 
A 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).

Installation
Yarn
yarn add @blockly/theme-deuteranopianpm
npm install @blockly/theme-deuteranopia --saveUsage
import * as Blockly from 'blockly';
import Theme from '@blockly/theme-deuteranopia';
Blockly.inject('blocklyDiv', {
theme: Theme,
});License
Apache 2.0
