A Blockly theme that is designed to look like a movie hacker screen. It has a black background, black blocks and lime green text.
Installation
Yarn
yarn add @blockly/theme-hackermode
npm
npm install @blockly/theme-hackermode --save
Usage
import * as Blockly from 'blockly'; import Theme from '@blockly/theme-hackermode'; Blockly.inject('blocklyDiv', { theme: Theme, });
License
Apache 2.0