How to customize textScrollList using PyQt ? (Maya)

Hi can anyone please help me? I’m new to PyQt.
I’m trying to change the font color in a standard Maya textScrollList.
How can I customize the “qt_scrollarea_viewport” QWidget and assign a custom style to it using PyQt?
Thanks!

EDIT: Can the font itself be changed as well ?

There are a number of threads on this board about getting a native PyQt object from a Maya control (look at Nathan Horne’s blog). That’d be the first step. Once you have that, it’s standard PyQt to know what you want to do.