Due to the type of project in which we work, we have to support different application brands. From the design point of view, we have different themes, each of them with different colors, radii, fonts, and sizes. In order to manage all of these options that depend on the brand, the design team created a list of tokens that have a different value depending on the theme. These tokens are used in the designs in Figma to be able to generate them for all the brands without the need to change them one by one. Using these tokens is beneficial for design and developers teams because both of them have a clear catalog with all the things that have to change taking into account the brand. To avoid problems and have a common language, these tokens are exported as a JSON file per brand and managed
in its own GitHub repository allowing us to have different branches and a historic with all the changes.