aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-25 20:38:43 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-25 20:38:43 +0100
commit5efdeb9de7bb38115b6082ba803c16c25f8472f4 (patch)
treea398062f97cf6c0d63115ce9ff91ece3fae42ebe /src/main/res/values/colors.xml
parentf0aaa60581cd6d2f29e10b74cf737823a1f16f41 (diff)
optimize colors
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 11a0ba698..d3b0e6a88 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -18,9 +18,10 @@
<color name="orange500">#ffff9800</color>
<color name="bubble">#ff2e4272</color>
<color name="realwhite">#ffffffff</color>
+ <color name="lightwhite">#fffafbfd</color>
<color name="lightblue">#ffd7deee</color>
<color name="lightred">#fff5d9d9</color>
- <color name="lightgreen">#ffb0ecaf</color>
+ <color name="lightgreen">#ffcaf2ca</color>
<color name="online">#ff259b24</color>
<color name="away">#ffff9800</color>
<color name="notavailable">#fff44336</color>