Adding a Node-Red Theme and Node Dashboard Midnight Theme Setting

To apply a dark theme to the Node-Red nodes workspace, simply do the following.

1) Download the library to your computer.

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

2) Add it to the editorTheme section of your Settings.js located in the Node-Red main folder and then restart Node-RED.


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

The interface seen when we restart Node-Red

You can visit this page to use many other themes. https://www.npmjs.com/~mbonani

Solarized Light:

Solarized Dark:

OLED:

Bir Cevap Yazın

This site uses Akismet to reduce spam. Learn how your comment data is processed.