diff options
-rw-r--r-- | src/main/res/values/colors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 0879822cf..11a0ba698 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -18,11 +18,11 @@ <color name="orange500">#ffff9800</color> <color name="bubble">#ff2e4272</color> <color name="realwhite">#ffffffff</color> - <color name="lightblue">#ffc7d1e8</color> - <color name="lightred">#ffd55555</color> + <color name="lightblue">#ffd7deee</color> + <color name="lightred">#fff5d9d9</color> <color name="lightgreen">#ffb0ecaf</color> <color name="online">#ff259b24</color> <color name="away">#ffff9800</color> <color name="notavailable">#fff44336</color> - <color name="warning_button">#fffcd9d6</color> + <color name="warning_button">#fff5d9d9</color> </resources> |