Solarized Dark Grey Node-RED theme

Project Maintenance License GitHub Activity GitHub Last Commit

NPM Shield

About

A dark theme for Node-RED inspired by Solarized color palette by Ethan Schoonover.

screenshot

Install

Using Node-RED admin CLI

node-red admin install @node-red-contrib-themes solarized-dark-grey

Restart Node-RED.

Using npm

Change to your Node-RED userDir (usually ~/.node-red)

cd ~/.node-red

Install from npm

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

Add the following to the editorTheme section of your settings.js*

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

Restart Node-RED.

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

Acknowledgments

License

MIT