Figured out how to fix the script highlight issue 😁 :
in \platform\camera\platform_camera.h
we just need to change the 9 to 7:
#undef CAM_BITMAP_PALETTE
#define CAM_BITMAP_PALETTE 7
With this all menu are readable.
It is not as colorful though. If you don't like the colors change it using.
Alt menu>Visual Setting>
Change "Menu background" and "Symbol Background Color" to change colors
Question ??? :
Can I set individual colors manually in "platform_camera.h" or another file?
Just so I can refine this a little more.