Skip to content

Commit

Permalink
Add onboarder colors
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellarlz committed Nov 3, 2017
1 parent 5da7d66 commit 4b9e3ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@

<color name="colorAccent">#FFFFFFFF</color>

<color name="onboarder_bg_1">#455A64</color>
<color name="onboarder_bg_2">#37474F</color>
<color name="onboarder_bg_3">#263238</color>

<color name="primary_text">#FAFAFA</color>
<color name="secondary_text">#E0E0E0</color>

</resources>

0 comments on commit 4b9e3ce

Please sign in to comment.