SwiftColorAssetGen This tool takes a list of named hex color codes and generates a .xcassets catalog of Swift color assets for use in iOS, macOS, or any other Apple platform project
Each color asset is:
- Compatible with Xcode
- Uses sRGB color space
- Available as a named
Colorin SwiftUI orUIColor/NSColorin UIKit/AppKit
deepCharcoal #232526
slateGray #414345
midnightBlue #141E30
electricBlue #00C6FF
-
Clone or download this repository.
-
Prepare your color list in a text file (e.g.,
colors.txt) following the format described above. -
cd to directory and run the generator script:
swift build
swift Sources/main.swift theme_colors_examples.txt output xcasssets