A Blockly modern theme with darker block borders.
npm install @blockly/theme-modernA 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.
!A Blockly workspace using the modern theme.
```
yarn add @blockly/theme-modern
``
npm install @blockly/theme-modern --save
`js
import * as Blockly from 'blockly';
import Theme from '@blockly/theme-modern';
Blockly.inject('blocklyDiv', {
theme: Theme,
});
``
Apache 2.0