@blockly/theme-tritanopia
v7.0.3
Published
A Blockly theme for people that have tritanopia.
Readme
@blockly/theme-tritanopia 
A Blockly theme for people that have tritanopia (the inability to perceive blue light).

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