1.8.3 • Published 1 year ago

@edgeflow/nr-theme v1.8.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

EdgeFlow Node-RED Theme

A set of custom Node-RED themes used when running inside the EdgeFlow platform.

Themes included

  • edgeflow-light
  • edgeflow-dark

Development

To modify the theme, edit the appropriate theme scss file:

  • edgeflow-light/edgeflow-light-theme.scss
  • edgeflow-dark/edgeflow-dark-theme.scss

Then run the build to regenerate the theme css. This requires the Node-RED source repository checked out somewhere local:

npm run build-theme -- --src=/home/example/github/node-red

This will compile the edgeflow-light and edgeflow-dark theme files.

NOTE: /home/example/github/node-red is an example. Update this to your local src directory