Skip to content

Releases: ment-mx/Prism

Prism 1.0.8

21 Feb 22:47
Compare
Choose a tag to compare

Updated to work on Sketch 53

Prism 1.0.7

01 Aug 18:57
f4764fd
Compare
Choose a tag to compare

Added Sketch Measure JSON support

Prism 1.0.6

19 Feb 18:28
6a4fa56
Compare
Choose a tag to compare
  • New format structure
  • Added clr export format
  • Added colorset export format

Prism 1.0.5

28 Jun 17:25
Compare
Choose a tag to compare

Fixes bug with palette rendering and color hex value exports.

Prism 1.0.3

16 Jun 00:45
Compare
Choose a tag to compare

Added support for Sketch 45 plugin update mechanism.

Prism 1.0.2

14 Feb 16:50
Compare
Choose a tag to compare

Updated to support Sketch 42.

Prism 1.0.1

22 Jul 05:12
Compare
Choose a tag to compare

Updated to support Sketch 39

Prism 1.0

05 Jul 02:20
Compare
Choose a tag to compare

Features

- **ShareableColorPalatte turns into Prism 1.0!** - Beautiful color palette generation. - Automatic color naming. - Fully customizable. - Export as code in a variety of formats (CSS, SASS, Swift, etc). - Color renaming (Alias). - Rebuilt from the ground up using `Coffeescript` and love.

Usage

1. Install plugin. 2. Add colors to your _Document Colors_. 3. Run command **[cmd ctrl c]**. 4. Voilà!

Credits

- [Adrxx](https://github.com/Adrxx) and [L__A__L__O](https://github.com/L__A__L__O): **Creators** - Special thanks to [Gauth](http://gauth.fr/2011/09/get-a-color-name-from-any-rgb-combination/) for his color classifier and dataset.

Shareable Color Palette 2.0

23 Feb 05:51
Compare
Choose a tag to compare

Features

- [x] Create color palette based on 'Document Colors' palette - [x] Updates palette each time the command is run - [x] Give specific color name _**(new)**_ - [x] Export colors in SASS-ready file _**(new)**_

Usage

1. Install plugin 2. Add _Shareable Colors_ to 'Document Colors Palette' 3. Run command [cmd ctrl c] 4. Get your _Shareable Color Palette_ with HEX Values.

Special Thanks

To @Adrxx for all new functionalities.