Skip to content

Commit

Permalink
Merge pull request #6 from jogrimst/master
Browse files Browse the repository at this point in the history
#4 Switch theme color from green to blue
  • Loading branch information
Jo Grimstad authored Jun 19, 2017
2 parents 30c85fb + f7b642d commit 94fb2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#4CAF50</color>
<color name="colorPrimaryDark">#409343</color>
<color name="colorAccent">#009688</color>
<color name="colorPrimary">#2196F3</color>
<color name="colorPrimaryDark">#1C80CF</color>
<color name="colorAccent">#00BCD4</color>

<color name="black_overlay">#66000000</color>
</resources>

0 comments on commit 94fb2cc

Please sign in to comment.