New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@node-red-contrib-themes/theme-collection

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red-contrib-themes/theme-collection

A collection of themes for Node-RED

  • 4.0.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Node-RED Contrib Theme Collection

npm (scoped) Release Publish Project license

A collection of themes for Node-RED.

📸 See the screenshots

Table of Contents

Installation

Install via the Palette Manager

Search for @node-red-contrib-themes/theme-collection

Install with npm

Run the following command from within the Node-RED user data directory (by default, $HOME/.node-red).

npm install @node-red-contrib-themes/theme-collection

Theme list

📸 See the screenshots

NameDescription
auroraInspired by the Aurora Theme for Sublime Text
cobalt2Based on the Cobalt2 Theme for VS Code
darkA dark theme for Node-RED based on VS Code's Dark Modern theme
draculaBased on the Dracula theme
espresso-libreInspired by the Espresso Libre theme for Monaco Editor
github-darkBased on the GitHub Dark (legacy) theme from GitHub's VS Code themes
github-dark-defaultBased on the GitHub Dark Default theme from GitHub's VS Code themes
github-dark-dimmedBased on the GitHub Dark Dimmed theme from GitHub's VS Code themes
midnight-redBased on the Midnight theme for Home Assistant
monoindustrialBased on the monoindustrial theme for Monaco Editor
monokaiBased on the Monokai theme for VS Code
monokai-dimmedBased on the Monokai Dimmed theme for VS Code
noctisInspired by the Noctis theme for VS Code
oceanic-nextBased on the Oceanic Next Color Scheme
oledA Node-RED dark theme for OLED displays
one-dark-proBased on the Default theme from One Dark Pro
one-dark-pro-darkerBased on the Darker theme from One Dark Pro
solarized-darkBased on the Solarized color palette
solarized-lightBased on the Solarized color palette
tokyo-nightBased on the Tokyo Night theme from Tokyo Night theme
tokyo-night-lightBased on the Tokyo Night Light theme from Tokyo Night theme
tokyo-night-stormBased on the Tokyo Night Storm theme from Tokyo Night theme
totallyinformationCreated per request of Julian Knight (@TotallyInformation)
zenburnInspired by the Zenburn color scheme for Vim

If you have an idea for a new theme, you can request it here, or better yet, create one yourself.

Usage

Set theme: "<theme-name>" in the editorTheme object in your settings.js and then restart Node-RED.

For example, this sets Node-RED to use the midnight-red theme.

editorTheme: {
    theme: "midnight-red"
},

For details on the Node-RED's configuration file and its structure, please refer to the Node-RED official documentation.

Monaco Editor Theme

Each theme in this collection comes with a pre-configured theme for the Monaco editor.

Just leave theme in the codeEditor object commented out.

For example, this sets Node-RED to use the dracula theme and its pre-configured theme for the Monaco editor.

editorTheme: {
    theme: "dracula",
    codeEditor: {
        lib: "monaco",
        options: {
            // theme: "",
        },
    },
},

Mermaid Theme

Each theme in this collection comes with a pre-configured theme for the Mermaid diagramming and charting tool.

Just leave theme in the mermaid object commented out.

For example, this sets Node-RED to use the dark theme and its pre-configured theme for the Mermaid diagramming and charting tool.

editorTheme: {
    theme: "dark",
    mermaid: {
        // theme: "",
    },
},

Development

Please refer to the DEVELOPMENT.md file for details on how to set up a local development environment.

License

This project is licensed under the MIT license.

Keywords

FAQs

Package last updated on 05 Oct 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