I am using color groups to handle light/dark modes. How would I go about letting the user customize these colors? From the docs, it doesn’t look like I can edit the light/dark colors on the fly.
Thanks,
Cliff
I am using color groups to handle light/dark modes. How would I go about letting the user customize these colors? From the docs, it doesn’t look like I can edit the light/dark colors on the fly.
Thanks,
Cliff
You could create a ColorGroup property and set its value in code.
Thanks for the suggestion. I’m going to give that a try.