This package has been deprecated

Author message:

This theme is now maintained at https://github.com/ristomatti/node-red-contrib-theme-solarized-dark-grey

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

1.0.2 • Public • Published

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

Change to the Node-RED userDir directory, usually ~/.node-red.

cd ~/.node-red

Install this package.

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

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

editorTheme: {
    page: {
        css: [
            "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.css",
            "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey-nodes.css"
        ],
        scripts: [
            "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/theme-tomorrow.js",
            "<HOME>/.node-red/node_modules/@node-red-contrib-themes/solarized-dark-grey/solarized-dark-grey.js"
        ]
    }
}

Replace <HOME> with the home directory of the user running Node-RED. For example, /home/username.

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

Restart Node-RED.

Enjoy!

Update

Change to the Node-RED userDir directory, usually ~/.node-red.

cd ~/.node-red

Update this package.

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

Reload the Node-RED page on the web browser.

Acknowledgments

License

MIT

Package Sidebar

Install

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

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

150 kB

Total Files

7

Last publish

Collaborators

  • mbonani