- Download the latest release of the plugin
- Un-zip
- Double-click on colorvariablesexporter.sketchplugin
- Add some Color Variables
- Select export menu from
Plugins > Color Variables Exporter
Export as ColorSet
Export as Swift UIColor Extension using ColorSet
Export as color.xml
Export as JSON
Export as CLR
- Choose a destination where you want to save
This format is for Apple platform apps developers such as iOS, macOS etc. It exports Color Set directories for Xcode. It useful for developers which prefer use Storyboards and xib files and developing UI by programatically.
This formt is for Apple platform apps developers as well. Especially developers which develop UI by code. You need to export ColorSet as well to take advantage of this format.
This format is for Android apps developers.
This format is for scripting purpose. Using this JSON, you can generate codes, CSV or what ever you want.
This generates CLR file. You can copy this file at ~/Library/Colors
then you can see your colors inside macOS native Color Picker UI.
Donwload sample files.
- griffin-stewie: Developer
- Poem: Icon Designer
- Special thanks to ment-mx/Prism