Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blockly/theme-dark

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockly/theme-dark

A Blockly dark theme.

  • 7.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
increased by7.09%
Maintainers
2
Weekly downloads
 
Created
Source

@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

Keywords

FAQs

Package last updated on 01 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc