Use markup code for colors in svg

Since we now have support for generating SVG images on the fly, it would be great if we could reference the colors configured by the user in Opus using their assigned markup codes.
This is currently possible in scripting in almost every, if not all, scenarios where a color hex value is accepted. However, when you try to do the same with an SVG, it falls back to another color (in my case, black).

Could you add support for this? Or is there an easy way to map a color markup code to its actual hex value?

Nevermind, I found it :blush:.