Skip to content

Latest commit

 

History

History
 
 

theme-dark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@blockly/theme-dark Built on Blockly

A Blockly dark theme.

A Blockly workspace using the dark theme.

Installation

Yarn

yarn add @blockly/theme-dark

npm

npm install @blockly/theme-dark --save

Usage

import * as Blockly from 'blockly';
import DarkTheme from '@blockly/theme-dark';

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

License

Apache 2.0