miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.27k stars 205 forks source link

[Question] How do you change the theme during runtime? #84

Closed hailstorm75 closed 7 months ago

hailstorm75 commented 7 months ago

I wish to change the theme of the whole application during runtime. The UI components vendor I'm using offers such a feature; however, I could not find anything like that for Nodify.

Is it implemented? If so, where do I find it and how do I use it?

miroiu commented 7 months ago

Hi, changing the theme at runtime is not built into Nodify, but all the example apps have this capability. You can see how this is implemented in the shared ThemeManager.

theme

hailstorm75 commented 7 months ago

Fantastic, thank you! Once I try this, I shall close the task.