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
26
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Solarized Dark Node-RED theme

Project Maintenance License GitHub Activity GitHub Last Commit

NPM Shield

Buy Me A Coffee

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

screenshot

Install

Install via npm

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

Configuration

Node-RED version 1.3.0 or later

Add the following to the editorTheme section of your settings.js, and then restart Node-RED.

editorTheme: {
    theme: "solarized-dark"
}

Themed Scrollbars (EXPERIMENTAL)

This includes changes to the scrollbars to make them better fit the theme.

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

If you want to try it, change the editorTheme section of your settings.js to look like the following, and then restart Node-RED.

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

Node-RED versions from 1.0.0 to 1.2.9

Add the following to the editorTheme section of your settings.js, and then restart Node-RED.

editorTheme: {
    page: {
        css: [
            "<user-dir>/node_modules/@node-red-contrib-themes/solarized-dark/theme.css"
            // Uncomment the next two lines if you want to use the themed scrollbars.
            // ,
            // "<user-dir>/node_modules/@node-red-contrib-themes/solarized-dark/theme-scrollbars.css",
        ]
    }
}

Replace <user-dir> with the Node-RED User directory. For example, /home/username/.node-red.

For more details on the configuration please refer to the Node-RED official documentation.

Enjoy!

License

MIT

Keywords

FAQs

Last updated on 08 Apr 2021

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