DB5
DB5 copied to clipboard
Add support for using variables in Plist values to reference other keys
This add the ability to prefix a plist value with $ in order to have it reference another key within the plist. Common values can then be reused in the theme without having to reenter them. For example, one could have many keys with a value of '$mainTextColor', and then a single 'mainTextColor' key that references the actual color value. This allows for easier theming when a standard set of colors or numeric values are used throughout an app.