I followed the examples on how to setup a scrolling text like Disco Elysium and it works perfectly.
Now I'm trying to change the logic that puts all old text as gray to keep already set colors but I'm having trouble.
For example in this picture, the line "Virtue check success ! [Medium: Success]" when it shows is green <color=green>
but then of course the GrayAccumulatedText removes the color tag and wraps all accumulated text with gray when another line comes.

I would like to keep such dialogue as green so of course I've tried playing with the different regex in GrayAccumulatedText to no avail.
Any help on this ?