Skip to content

Commit

Permalink
[CHORE] Updated the App Android Theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancerCodes committed Aug 28, 2017
1 parent 28d9bb8 commit 0177855
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="colorPrimary">#607D8B</color>
<color name="colorPrimaryDark">#455A64</color>
<color name="colorPrimaryLight">#CFD8DC</color>
<color name="colorAccent">#9E9E9E</color>
<color name="primary_text">#212121</color>
<color name="secondary_text">#757575</color>
<color name="icons">#FFFFFF</color>
<color name="divider">#BDBDBD</color>
<color name="viewBg">#F1F5F8</color>
<color name="user_title">#4C4C4C</color>
<color name="white">#FFF</color>
Expand Down

0 comments on commit 0177855

Please sign in to comment.