Node-RED Contrib Theme: OLED



A Node-RED dark theme for OLED displays.

Install
Install via npm
npm install @node-red-contrib-themes/oled
Configuration
Add the following to the editorTheme
section of your settings.js
, and then restart Node-RED.
editorTheme: {
theme: "oled"
},
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: "oled-scroll"
},
Monaco Editor Themes
This package comes with a pre-configured theme for the Monaco editor.
NOTE: Node-RED version 2.1 or newer is required.
If you want to use it, leave the theme
option under codeEditor
in your settings.js
file commented out.
codeEditor: {
lib: "monaco",
options: {
}
}
For more details on the configuration please refer to the
Node-RED official documentation.
Enjoy!
License
MIT