blockly-samples/plugins/theme-hackermode at main · RaspberryPiFoundation/blockly-samples

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

theme-hackermode

Folders and files

NameName

Last commit message

Last commit date

parent directory

..

@blockly/theme-hackermode Built on Blockly

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