Skip to content

BrobridgeOrg/atomic-theme

Repository files navigation

Atomic Node-RED Theme

Brobridge Atomic theme for Node-RED.

Install

Install with npm

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

npm install @brobridge/atomic-theme

Install from GitHub

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

npm install https://github.com/BrobridgeOrg/atomic-theme

Usage

Node-RED

To enable this theme, set the editorTheme.theme property in your settings.js file to the name of the theme you want to use:

module.exports = {
    ...
    editorTheme: {
        theme: "atomic"
    }
    ...
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published