Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexito4/sketch-color-theme-plugin

Sketch plugin that generates Objective-C Color Theme files.
https://github.com/alexito4/sketch-color-theme-plugin

Last synced: about 2 months ago
JSON representation

Sketch plugin that generates Objective-C Color Theme files.

Awesome Lists containing this project

README

        

# Sketch-Color-Theme-Plugin
Sketch plugin that generates Objective-C Color Theme files.

[Blog post](http://alejandromp.com/blog/2015/8/10/color-theme-objective-c-sketch-plugin/).

## Example

Color palette:

![](https://raw.githubusercontent.com/alexito4/Sketch-Color-Theme-Plugin/master/sketch_color_palette.png)

Objective-C code generated:

[Theme.m](https://github.com/alexito4/Sketch-Color-Theme-Plugin/blob/master/Theme.m)

## TODO:

- [x] Generate Theme.h
- [x] Generate ThemeProtocol.h
- [ ] Specify the layers structure required.
- [ ] Add usage instructions.
- ...

## Author

Alejandro Martinez, [email protected]
[http://alejandromp.com](http://alejandromp.com)