Hey @Omri_Ben-Shahar,
It looks like you can configure the cell color for a column via the following:
gb.configure_column("group", cellStyle={'color': 'red'})
You can also change the theme, which is covered in the streamlit-aggrid docs).
There are a few other threads that cover this topic, but most recommend using JS to change the color: