We have a requirement to enable some basic customisations of the Editor UI.
We are going to add the concept of an Editor Theme that will be set via a property called editorTheme in settings.js. Under this property will hang various properties to customise different parts of the UI.
The following customisations will be available initially:


The exact mechanics of customisation are still to be defined. Most are fairly straight-forward key/value pairs - but some are more complicated, such as how to customise the menu.
Development work happening in the themes branch: https://github.com/node-red/node-red/tree/themes
editorTheme setting format documented here.
We have a requirement to enable some basic customisations of the Editor UI.
We are going to add the concept of an Editor Theme that will be set via a property called
editorThemeinsettings.js. Under this property will hang various properties to customise different parts of the UI.The following customisations will be available initially:
The exact mechanics of customisation are still to be defined. Most are fairly straight-forward key/value pairs - but some are more complicated, such as how to customise the menu.
Development work happening in the
themesbranch: https://github.com/node-red/node-red/tree/themeseditorThemesetting format documented here.