aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/colors.xml')
-rw-r--r--app/src/main/res/values/colors.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 5a06de3..d15e60c 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -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">#43b575</color>
+ <color name="colorPrimaryDark">#008448</color>
+ <color name="colorAccent">#a5d6a7</color>
<color name="switch_bar_background">#ff80868B</color>
<color name="preference_fallback_accent_color">#ff80cbc4</color>
</resources>