SetSysColors(Elements, RgbValues)
Changes color of various window elements
Parameters
Elements : tuple
A tuple of ints, COLOR_* constants indicating which window element to changeRgbValues : tuple
An equal length tuple of ints representing RGB values (see win32api::RGB)