bfeher / BFPaperColors

Flat colors taken from Google's Paper Material Design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paperColor Blue categories is wrong!

nvdcmptr opened this issue · comments

in BFPaperColor for exasmple paperColorBlue200 has RGB(175,191,255)
but in google material color-palette Blue200 has RGB(144,202,249)
why?

in MaterialColor has correct value.
blue200 has #90caf9

Hi @nvdcmptr! Thanks for bringing this to my attention. I checked and actually many of the colors are now incorrect. I suspect that google updated their color sheet and I didn't notice. I will update all the colors and release a new pod soon.

I pushed version 1.4.10 which updated all colors to once again match google's spec (who knows when they'll change again...), as well as added a couple new utility functions.

Thanks again for pointing this out to me!

wow! tnx