The Seshat Blockly theme.
npm install @aneilmac/blockly-theme-seshatA clean, colorful Blockly theme.
yarn add @aneilmac/blockly-theme-seshat
`$3
`
npm install @aneilmac/blockly-theme-seshat --save
`Usage
`js
import * as Blockly from 'blockly';
import {initTheme} from 'blockly-theme-seshat';const Seshat = initTheme(Blockly);
Blockly.inject('blocklyDiv', {
theme: Seshat,
});
``