Is it possible to make own theme for the dashboard ?
In the dashboard panel there is an option called "Theme". Try that .
Yes, like this
@Colin that is a custom theme for the Node-RED editor.
As this topic is in the Dashboard category, I assume it's related to the Dashboard themes which @emspe correctly points to the Theme tab of the Dashboard sidebar.
I just have this tabs : Layout, Site and Angular
I mentioned this. I have these three tabs inside my dashboard sidebar.
What version of node-red-dashboard are you using?
node-red-dashboard
2.13.2
Ok i see the problem.
I choose Angular theme.
If i change this option i can see theme tab.
But is just possible to change some colors.
I would like to override all css, js and font to make a custom theme.
The source of the dashboard project is available - you can fork it and edit whatever you like... or there is the node-red-contrib-uibuilder project that allows you to bring whatever development framework you like so you can build your own front end to Node-RED mode easily.
Yes i know but i just want to know if is it possible without fork or with a new module to override it.
I would like to keep original dasboard.
I think if the community could create its own templates we would have interfaces like that:
Yes - that is what the node-red-contrib-uibuilder can be used for.
Ok, nerver mind.
I just want to override css and js but keep block management.
uibuilder is to make an interface from scratch.
Yes - but the one you want to try to copy is way more than that.
As already said you are free to take the source and "just" override the CSS in any way you want - so lots of options..
- just change the colours inside the dashboard
- customise the css within a ui_template node
- fully customise css by modifying source and rebuild
- use uibuilder project to create custom dashboard that has Node-RED comms built in
- go fully custom and use websockets and http endpoints to talk to Node-RE.