yeun / open-color

Color scheme for UI design.
https://yeun.github.io/open-color/
MIT License
5.29k stars 243 forks source link

A preview of all the colors in the README.md #31

Closed larpon closed 8 years ago

larpon commented 8 years ago

... could maybe be an idea?

makepanic commented 8 years ago

I think it's only possible by generating an image that will be included in the README. Github sanitizes html and removes styles that could be used to do this (background-color).

It would be kinda easy to use a svg template and add it to the template compiling step. The build svg could be included in the projects README.

@Larpon do only want a list of colors like this https://raw.githubusercontent.com/chriskempson/base16/master/logo.png or also having the colors name appear beside it?

@yeun if you want to do it like that, I could open a PR that does it.

lukasoppermann commented 8 years ago

That would be awesome. An image would probably be best in any case as it is easily updated when updating the colors.

Could you also add rgb codes into the image and the names of course? This makes it easy to compare and use without including files, e.g. in sketch.

yeun commented 8 years ago

@makepanic Cool! I'd love to see it happen.

larpon commented 8 years ago

@makepanic that was exactly what I had in mind. It would be a tremendous help for people just popping by to see what this is all about.