Update color theme

Thanks to an anonymous contributor
This commit is contained in:
xynngh 2020-05-08 16:21:28 +04:00
parent f2d0f55656
commit 016cb2d977
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#008577</color>
<color name="colorPrimaryDark">#00574B</color>
<color name="colorAccent">#D81B60</color>
<color name="colorPrimary">#01579b</color>
<color name="colorPrimaryDark">#002f6c</color>
<color name="colorAccent">#4f83cc</color>
<color name="ratePositive">#679f41</color>
<color name="rateNeutral">#ffb300</color>