Skip to content

aneilmac/blockly-theme-seshat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@aneilmac/blockly-theme-seshat Built on Blockly npm

A clean, colorful Blockly theme.

theme_screenshot

Installation

Yarn

yarn add @aneilmac/blockly-theme-seshat

npm

npm install @aneilmac/blockly-theme-seshat --save

Usage

import * as Blockly from 'blockly';
import {initTheme} from 'blockly-theme-seshat';

const Seshat = initTheme(Blockly);

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

License

Apache 2.0