change color theme

This commit is contained in:
danijoo
2015-11-08 00:23:59 +01:00
parent 6a6456f4b2
commit 664b40b48e

View File

@@ -1,7 +1,7 @@
<resources> <resources>
<color name="photo_placeholder">#ccc</color> <color name="photo_placeholder">#ccc</color>
<color name="theme_primary">#04561A</color> <color name="theme_primary">#00695C</color>
<color name="theme_primary_dark">#04561A</color> <color name="theme_primary_dark">#004D40</color>
<color name="theme_accent">#04561A</color> <color name="theme_accent">#283593</color>
<color name="ltgray">#ffe0e0e0</color> <color name="ltgray">#ffe0e0e0</color>
</resources> </resources>