Brobridge Atomic theme for Node-RED.
Run the following command from within the Node-RED user data directory (by default, $HOME/.node-red
).
npm install @brobridge/atomic-theme
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
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"
}
...
}