Perspective built in themes and trend pen colors

I have been trying to apply the color variables from Perspective's built in themes to a Power Chart and also a Time Series Chart. The pens keep displaying a dark grey no matter the variable assigned. For example, in the Time Series Chart under properties/plots/0/trends/0/columns/0/color assigning --error or --qual-1 or --success all result in the same grey in both the designer and a running application. This should have made a red, purple, and green pen.

This portion of the manual implies the color property is of the right type to accept a theme variable.
https://docs.inductiveautomation.com/display/DOC81/Perspective+Built-In+Themes

Is there something I should be doing differently?

try wrapping the color variables with var()

image
image

2 Likes

Thanks, that works!