A [Blockly](https://www.npmjs.com/package/blockly theme that uses darker colors for the blocks to create contrast between the block color and the white text.
yarn add @blockly/theme-highcontrast
npm install @blockly/theme-highcontrast --save
import * as Blockly from 'blockly';
import Theme from '@blockly/theme-highcontrast';
Blockly.inject('blocklyDiv', {
theme: Theme,
});
Apache 2.0