Socket
Socket
Sign inDemoInstall

@node-red-contrib-themes/solarized-dark

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @node-red-contrib-themes/solarized-dark

A solarized dark theme for Node-RED


Version published
Weekly downloads
50
increased by177.78%
Maintainers
1
Install size
148 kB
Created
Weekly downloads
 

Readme

Source

Node-RED Contrib Theme: Solarized Dark

A dark theme for Node-RED based on the Solarized color palette by Ethan Schoonover.

screenshot

This theme is part of the Node-RED Contrib Theme Collection.

Install

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/solarized-dark

Usage

Add theme: "solarized-dark" to the editorTheme object in your settings.js and then restart Node-RED.

editorTheme: {
    theme: "solarized-dark",
},

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

Themed Scrollbars (EXPERIMENTAL)

Includes the theme and changes the scrollbars to make them better fit the theme.

NOTE: This is EXPERIMENTAL and may not work on all browsers.

Add theme: "solarized-dark-scroll" to the editorTheme object in your settings.js and then restart Node-RED.

editorTheme: {
    theme: "solarized-dark-scroll",
},

Monaco Editor Theme

This package comes with a pre-configured theme for the Monaco editor.

Just leave theme under codeEditor commented out in your settings.js and then restart Node-RED.

editorTheme: {
    theme: solarized-dark,
    codeEditor: {
        lib: "monaco",
        options: {
            // theme: "",
        },
    },
},

License

This project is licensed under the MIT license.

Like my work?

If you like my work please give it a GitHub ⭐️.

Also, consider supporting me with a coffee ☕.

Buy Me A Coffee

Keywords

FAQs

Last updated on 11 Apr 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc