@aneilmac/blockly-theme-seshat
v1.1.1
Published
The Seshat Blockly theme.
Maintainers
Readme
@aneilmac/blockly-theme-seshat 
A clean, colorful Blockly theme.

Installation
Yarn
yarn add @aneilmac/blockly-theme-seshatnpm
npm install @aneilmac/blockly-theme-seshat --saveUsage
import * as Blockly from 'blockly';
import {initTheme} from 'blockly-theme-seshat';
const Seshat = initTheme(Blockly);
Blockly.inject('blocklyDiv', {
theme: Seshat,
});
License
Apache 2.0
