garretyoder / Colorful

Android runtime theme library
Apache License 2.0
2.13k stars 193 forks source link

ThemeColor.TEAL is not teal #11

Closed gnawf closed 7 years ago

gnawf commented 7 years ago

Broken by commit 1b8f015

Issue: The styles primary7 and primary8 are exactly the same, but primary8 should be teal instead of cyan. The same applies for accent8. The ordinal value of ThemeColor.TEAL is 8.

garretyoder commented 7 years ago

Whoops, was bound to foul something up with copy/pasting. Fixed in 8f7c5ce