Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexito4/sketch-color-theme-plugin
- Owner: alexito4
- Created: 2015-08-08T19:09:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T18:57:51.000Z (over 9 years ago)
- Last Synced: 2024-05-01T21:49:36.685Z (8 months ago)
- Language: Objective-C
- Size: 276 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)