Solarized Dark Node-RED theme
A dark theme for Node-RED based on the Solarized color palette by Ethan Schoonover.
Install
Install via npm
npm install @node-red-contrib-themes/solarized-dark
Configuration
Add the following to the editorTheme
section of your settings.js
, and then restart Node-RED.
editorTheme: {
theme: "solarized-dark"
},
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: "solarized-dark-scroll"
},
For more details on the configuration please refer to the
Node-RED official documentation.
Enjoy!
License
MIT