Skip to content

Commit

Permalink
Made blue theme darker
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jul 9, 2016
1 parent b54f11a commit dae6d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
</style>

<style name="RR.Light.Blue" parent="RR.Light.DarkActionBar">
<item name="colorPrimary">#2196f3</item>
<item name="colorPrimaryDark">#1976d2</item>
<item name="colorPrimary">#1976d2</item>
<item name="colorPrimaryDark">#1560ab</item>
</style>

<style name="RR.Light.LtBlue" parent="RR.Light.DarkActionBar">
Expand Down

0 comments on commit dae6d59

Please sign in to comment.