Open SysSetupFormRun in AOT, and override its run() with the following code:
public void run()
{;
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(WinAPI::RGB2int(255,0,0));
}