A clean, colorful Blockly theme.
yarn add @aneilmac/blockly-theme-seshat
npm install @aneilmac/blockly-theme-seshat --save
import * as Blockly from 'blockly';
import {initTheme} from 'blockly-theme-seshat';
const Seshat = initTheme(Blockly);
Blockly.inject('blocklyDiv', {
theme: Seshat,
});
Apache 2.0