Skip to content

Commit ed150c2

Browse files
content: Add Color Magic plugin (#1427)
* Add Color Magic plugin Color Magic imports color variables from CSS or JSON files into Sketch documents as Color Variables (Swatches). Features: - Supports CSS custom properties and JSON (flat or nested) - Multiple color formats: hex, rgb, rgba - Smart duplicate handling with user prompts
1 parent 7cb47f1 commit ed150c2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

plugins.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7233,5 +7233,16 @@
72337233
"name": "Circular Text",
72347234
"author": "Rohit Chautmol",
72357235
"homepage": "https://github.com/roohit1234/Circular-Text-Sketch-Plugin"
7236+
},
7237+
{
7238+
"name": "color-magic",
7239+
"title": "Color Magic",
7240+
"description": "Import color variables from CSS or JSON files into your Sketch document as Color Variables (Swatches)",
7241+
"author": "Freddie Harrison",
7242+
"owner": "freddiewrites",
7243+
"homepage": "https://github.com/freddiewrites/color-magic",
7244+
"identifier": "com.freddieharrison.color-magic",
7245+
"version": "1.0.0",
7246+
"lastUpdated": "2026-01-30 11:15:00 UTC"
72367247
}
72377248
]

0 commit comments

Comments
 (0)