Skip to content

Commit

Permalink
Added the Google Design Colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernRealities committed Apr 12, 2015
1 parent 49274c6 commit aaa5eca
Show file tree
Hide file tree
Showing 3 changed files with 7,666 additions and 1,537 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To use the library download the file you want and import it into your project.

* __UIColor+Rainbow.swift__ - The complete palette of colours. If you import this one into your project don't use any others.
* __UIColor+RainbowCrayons.swift__ - A subset that only includes colours that are or have been Crayola colours.
* __UIColor+RainbowGoogleDesign.swift__ - A subset that contains the colours from the Google design guidelines. (Also known as their Material UI Colors.)
* __UIColor+RainbowLight.swift__ - A subset that contains the more common colours. Please let me know if you think a colour should be in here. This palette is one that I am choosing the colours for on my own.
* __UIColor+RainbowX11.swift__ - A palette that contains a subset which are the defined X11 colours. They are also known as the web colours because all of the browsers define them along with the 16 colours defined in the HTML spec. I've created this subset because I figured that it's probably a nice light-weight and balanced palette to make available.

Expand Down Expand Up @@ -52,6 +53,7 @@ In the meantime you can view the colours at Wikipedia where I got the data for a
* [List of Colors: N-Z](https://en.wikipedia.org/wiki/List_of_colors:_N–Z)
* [List of Crayola Crayon Colors](https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors)
* [X11 Color Names](https://en.wikipedia.org/wiki/X11_color_names)
* [Color - Style - Google Design Guidelines](http://www.google.com/design/spec/style/color.html#)

I also want to get the library so that it can be used with Mac applications. Right now it is only useful for iOS apps. Since I haven't built any apps for the Mac I don't know what needs to be done for the conversion. Any assistance would be appreciated.

Expand Down
Loading

0 comments on commit aaa5eca

Please sign in to comment.