
Default Text Color?
So, I'm creating a Theme with the corporative colors of my company. In the documentation, it says something about the Default Text Color:
Each theme object includes the following information:
- Name of the theme
- Colors, a 16-color brand ramp collection that you can access individually by name; Primary foreground color is the default text color, such as the color of text on a background
- Font used in the theme
And I can access the Foreground color with this control: App.Theme.Color.PrimaryForeground, but how do I change the YAML to add the PrimaryForeground? I can't create it.
Thanks!