https://github.com/aneilmac/blockly-theme-seshat
The Seshat blockly theme.
https://github.com/aneilmac/blockly-theme-seshat
blockly theme
Last synced: 7 months ago
JSON representation
The Seshat blockly theme.
- Host: GitHub
- URL: https://github.com/aneilmac/blockly-theme-seshat
- Owner: aneilmac
- License: apache-2.0
- Created: 2021-08-31T13:34:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T22:36:42.000Z (about 4 years ago)
- Last Synced: 2025-03-17T20:03:17.240Z (7 months ago)
- Topics: blockly, theme
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @aneilmac/blockly-theme-seshat [](https://github.com/google/blockly) [](https://www.npmjs.com/package/@aneilmac/blockly-theme-seshat)
A clean, colorful [Blockly](https://www.npmjs.com/package/blockly) theme.

## Installation
### Yarn
```
yarn add @aneilmac/blockly-theme-seshat
```### npm
```
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,
});```
## License
Apache 2.0