andrewfiorillo / sketch-palettes

A Sketch plugin for exporting and importing fill presets. It supports colors, gradients, and pattern fills.
MIT License
2.27k stars 134 forks source link

Importing multiple palettes #24

Closed shanecarmody closed 7 years ago

shanecarmody commented 8 years ago

First, thank you for making the plugin. It’s very useful and I’m using it all the time to manage color schemes in Sketch.

I wanted to separate all the Material Design colors into their own respective .sketchpalete files so that I could select only the colors I need for each project (e.g. material-design-red.sketchpalette, material-design-pink.sketchpalette, etc.), rather than having all of the Material colors at once.

However, it seems when I load a palette it overwrites the previous one. It seems it replaces the current palette with the new one. Is this a bug or just a use case that the plugin doesn’t handle?

andrewfiorillo commented 8 years ago

Glad you're finding the plugin useful. It currently does not supporting appending colors, but that could be a nice addition. I'll consider adding it.

andrewfiorillo commented 7 years ago

I just merged a pull request which changes the load functionality to append colors instead of replace them.