Skip to content

lauramg15/midnight-red

 
 

Repository files navigation

Midnight Node-RED theme

Project Maintenance License GitHub Activity GitHub Last Commit

NPM Shield

Buy Me A Coffee

A dark theme for Node-RED based on the midnight theme for Home Assistant.

screenshot

Install

Install via npm

npm install @node-red-contrib-themes/midnight-red

Configuration

Add the following to the editorTheme section of your settings.js, and then restart Node-RED.

editorTheme: {
    theme: "midnight-red"
},

Themed Scrollbars (EXPERIMENTAL)

This includes the theme and changes to the scrollbars to make them better fit the theme.

NOTE: This is EXPERIMENTAL and may not work on all browsers.

If you want to try it, add the following to the editorTheme section of your settings.js, and then restart Node-RED.

editorTheme: {
    theme: "midnight-red-scroll"
},

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

Enjoy!

Acknowledgments

  • Sebastian Raff - for the inspiration and help in creating the NPM package for this theme.
  • Ristomatti Airo - for his amazing theme on which major readability improvements were based.

License

MIT

About

A gorgeous dark theme for Node-RED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 94.9%
  • JavaScript 5.1%