Windows dark mode problem in app designer
Show older comments
I recently updated MATLAB to 2025 and made a new standalone app version of my program again.
My problem is that everything in my program is now either the normal color (grey) or black and I found out it's related to my windows being in dark mode.
I can see that I haven't put the same type of background color on everything originally, so some things have a background color and some things don't have, and the things that don't have has now changed to black.
So I started going through all the code and all the components and changing everything to have no background color in hopes that my program will accommodate dark mode.
The problem is that the radio buttons, I can't seem to get them to work in dark mode. Am I overlooking something here or can someone help me? They dont have the background color?
My last question is, is there a way I could completely just tell that my program should be run in light mode always so I don't have to change everything in it to accommodate dark mode?
Thanks in advance. Johan
Accepted Answer
More Answers (0)
Categories
Find more on Environment and Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!