Turn Counter - Format - add background/foreground colors

It would be helpful to be able to apply formatting to the turn counter. In particular:
Russia (Red background, White Text)
Axis (Light Grey background, Black Text)
Allies (Light Blue Background, Black Text)

I realize this is unlikely for V3, but would like to see the ability in V4…

A Turn Counter’s turn name format already supports HTML, so what you’re wanting to do is likely possible. Did you try and it didn’t work?

Here’s the Paths of Glory turn name format:

<html><div style="text-align:center">Turn $Turn$<br><span style="font-family:Arial;font-size:9px;font-weight:bold;text-align:center">$Turn Name$</span></div></html>

The issue here is I want the format (i.e., colors) to change as the turn counter increments thu the various sub-steps, not just provide a one-time fixed format.

Example:
SO-39 Axis: black on grey format
SO-39 Allies: black on blue format
ND-39 Axis: black on grey format
etc.