diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-11-24 21:46:36 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-11-24 21:46:36 +0100 |
commit | cb12e314afe425177f93dfdfbb848045b679b565 (patch) | |
tree | f4cafae59ac09bb5bf207d5dd8d98142e973069c /src | |
parent | 88ef0222bc3ce738973bcd3f090452ac1c347c5d (diff) |
color optimizations
Diffstat (limited to 'src')
-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> |