Skip to content

Figma Token Sync#62

Merged
kyleknighted merged 11 commits intomainfrom
color-sync
Mar 2, 2026
Merged

Figma Token Sync#62
kyleknighted merged 11 commits intomainfrom
color-sync

Conversation

@kyleknighted
Copy link
Collaborator

@kyleknighted kyleknighted commented Feb 25, 2026

Pull request overview

This pull request introduces a new script for syncing design tokens from Figma JSON exports and generates a comprehensive CSS file with color, spacing, radius, and typography variables. The script processes multiple Figma token files to create theme-aware CSS custom properties for both light and dark modes.

Changes:

  • Added scripts/sync-figma-tokens.js to automate generation of design tokens from Figma exports
  • Regenerated lib/styles/colors.css with new color palettes and design tokens from Figma
  • Replaced manually-created Radix UI color definitions with Figma-sourced design system tokens

Copilot AI review requested due to automatic review settings February 25, 2026 16:19
@kyleknighted kyleknighted changed the title Color sync & Dockerfile fix Color sync Feb 25, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 10 comments.

File Description
scripts/sync-figma-tokens.js New script that reads Figma token JSON files and generates CSS custom properties for colors, spacing, radius, and typography with light/dark theme support
lib/styles/colors.css Generated output containing comprehensive design tokens including color palettes (gray, blue, green, yellow, red, orange, indigo, slate, sky), spacing scale, radius modes, and typography variables

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kyleknighted kyleknighted changed the title Color sync Figma Token Sync Feb 26, 2026
kyleknighted and others added 9 commits February 26, 2026 09:40
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kyleknighted kyleknighted merged commit 6f64dfb into main Mar 2, 2026
8 checks passed
@kyleknighted kyleknighted deleted the color-sync branch March 2, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants