aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-11-14 17:38:24 +0100
committerChristian S <christian@pix-art.de>2015-11-14 17:52:03 +0100
commit5c9740fe188075f1023cc029a2d82be13f28b40e (patch)
tree3f41535e0ad2861ad68f77bfbd228dcb50a56cd8 /src/main/res/values/colors.xml
parent811ae879c481323ce7157b161ccebf7b7ef9a0bc (diff)
changed message background to light yellow
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index b3567b44c..35f72d9aa 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -10,6 +10,7 @@
<color name="white">#ffffffff</color>
<color name="white70">#b2ffffff</color>
<color name="grey50">#fffafafa</color>
+ <color name="lightyellow">#ffF7F2E0</color>
<color name="grey200">#ffeeeeee</color>
<color name="grey500">#ff9e9e9e</color>
<color name="grey800">#ff424242</color>