Token Master is a plugin for Figma that automates your color design tokens. With Token Master, you can edit styles in design tokens and quickly create new color modes. Just pick tokens with the same colors and edit them at once!
- Install Token Master from the link.
- Download all styles from your file or add a new color mode. Use keywords [light] and [dark] in your style names to add new color mode. Example: [light]Style name/ [dark]Style name.
- To edit a style, click on it. Then, you can use the eyedropper or the color picker in the modal window to select a color.
- Also, you can copy the whole group of your design tokens and create a new color mode.
We recommend using [light] / [dark] at the beginning of the style name:
[light] Color name
[dark] Color name
But you can use [light] / [dark] at any place of your style name:
Color name [light]
Color name [dark]
Style / color-name [light]
Style / color-name [dark]
Style [light] / color-name
Style [dark] / color-name
Bad example: ❌ LightIndia ❌ Light
Good example: ✅ Light ✅ India
- Select the Plugins Page in the Figma File Browser
- Use the plus (+) button in the Development section
- Choose file manifest.json
- Done