@blockly/theme-modern
v7.0.4
Published
A Blockly modern theme with darker block borders.
Readme
@blockly/theme-modern 
A Blockly modern theme that uses the same block colours as the Classic theme but with darker borders. This theme was designed to be used with the Thrasos or Zelos renderer.

Installation
Yarn
yarn add @blockly/theme-modernnpm
npm install @blockly/theme-modern --saveUsage
import * as Blockly from 'blockly';
import Theme from '@blockly/theme-modern';
Blockly.inject('blocklyDiv', {
theme: Theme,
});License
Apache 2.0
