Files
Aaron Dodson fc40ff62ac Rebuild
2024-11-04 12:55:45 -08:00

731 B

@blockly/theme-tritanopia Built on Blockly

A Blockly theme for people that have tritanopia (the inability to perceive blue light).

A Blockly workspace using the tritanopia theme.

Installation

Yarn

yarn add @blockly/theme-tritanopia

npm

npm install @blockly/theme-tritanopia --save

Usage

import * as Blockly from 'blockly';
import Theme from '@blockly/theme-tritanopia';

Blockly.inject('blocklyDiv', {
  theme: Theme,
});

License

Apache 2.0