getSystemColors
fn
void getSystemColors() nothrow @nogc @trustedLoads system colors into FLTK's color palette.
This reads the system color theme and applies it to FLTK widgets. Typically called during application initialization.
Example:
getSystemColors();
// Now FLTK widgets use system colors