@blockly/theme-highcontrast

5.0.6 • Public • Published

@blockly/theme-highcontrast Built on Blockly

A [Blockly](https://www.npmjs.com/package/blockly theme that uses darker colors for the blocks to create contrast between the block color and the white text.

A Blockly workspace using the high contrast theme.

Installation

Yarn

yarn add @blockly/theme-highcontrast

npm

npm install @blockly/theme-highcontrast --save

Usage

import * as Blockly from 'blockly';
import Theme from '@blockly/theme-highcontrast';

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

License

Apache 2.0

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i @blockly/theme-highcontrast

    Weekly Downloads

    1,888

    Version

    5.0.6

    License

    Apache-2.0

    Unpacked Size

    29.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • google-wombot
    • samelhusseini