There is no possibility to change the Past Events colors separately from the main calendar. We figured out that we can change the Past event title via CSS:
.eapp-events-calendar-layout-pastEventsTitle{
color: #fff;
}
It’d be convenient if such setting existed.