MATLAB: Change Color Scheme for App Designer Editor

app designercolor schemeMATLAB

I prefer to edit code with a high-contrast color scheme since looking at a white screen for a long time makes my retinas burn. It is easy enough to change the coloring preferences for MATLAB through Home\Preferences\Colors. However, the editing enviroment for App Designer seems to be somewhat independant from theses settings. While the text color changes appropriately, the background color seems to be locked as white. There also doesn't seem to be any preferences specific to App Designer either. Having Windows set to a high-contrast theme doesn't do the trick either.
Is there a way to adjust the background color for the App Designer editing enviroment (Code View), or am I just stuck with white?

Best Answer

Install 2021a.
In general, I'd say they solved 99% of what I was looking for in this issue. App Designer now uses the color scheme I have set in the editor for code that is not auto generated by App Designer. I suppose the only issue I now have is I need to highlight the auto generated code to read it:
All things considered, this is a MAJOR improvement!
I should note that I use matlab schemer to set my color scheme.
Related Question