eluleci / FlatUI

Android FlatUI Kit
1.67k stars 423 forks source link

Missing grass colors (just a copy of sea) #12

Closed kloon15 closed 10 years ago

kloon15 commented 10 years ago

As the title suggests, there are no grass colors, just a copy of the sea colors.

<!-- grass -->
<color name="grass_darker">#1a3b6c</color>
<color name="grass_dark">#1c52a2</color>
<color name="grass_primary">#2d72d9</color>
<color name="grass_light">#d5e3f7</color>

<!-- sea -->
<color name="sea_darker">#1a3b6c</color>
<color name="sea_dark">#1c52a2</color>
<color name="sea_primary">#2d72d9</color>
<color name="sea_light">#d5e3f7</color>
eluleci commented 10 years ago

I must have forgotten it during the refactoring. I'll fix it soon. Sorry

eluleci commented 10 years ago

I fixed this in version 2.0.1. Thanks for letting me know