]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/colors.xml
note the 'Account summary' item in the navigation drawer when the Account summary...
[mobile-ledger.git] / app / src / main / res / values / colors.xml
index 69b22338c6510250df3b43672635120dbce2fa49..6bf02667210374af01993c11049c2d7da028f233 100644 (file)
@@ -1,6 +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">#9c27b0</color>
+    <color name="colorPrimaryDark">#4a148c</color>
+    <color name="colorAccent">#4db6ac</color>
+    <color name="table_row_even_bg">#289d29b1</color>
+    <color name="drawer_background">#ffffffff</color>
 </resources>