[Android] UI : update orange color palette
Alexandre Perraud
git at videolan.org
Fri Feb 27 11:23:00 CET 2015
vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Fri Feb 27 11:12:49 2015 +0100| [686dbe37da02bd17759b93dfa3223130f5ece67c] | committer: Alexandre Perraud
UI : update orange color palette
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=686dbe37da02bd17759b93dfa3223130f5ece67c
---
vlc-android/res/values/colors.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/vlc-android/res/values/colors.xml b/vlc-android/res/values/colors.xml
index 1a3ee0d..3e9ca03 100644
--- a/vlc-android/res/values/colors.xml
+++ b/vlc-android/res/values/colors.xml
@@ -34,10 +34,10 @@
Material color swatches
The main color is always xxx500
-->
- <color name="orange50">#fbebc8</color>
- <color name="orange100">#fddb96</color>
- <color name="orange200">#fecb65</color>
- <color name="orange300">#ffbb33</color>
+ <color name="orange50">#fff3e0</color>
+ <color name="orange100">#ffdfae</color>
+ <color name="orange200">#ffca7d</color>
+ <color name="orange300">#ffb54c</color>
<color name="orange400">#ffa11a</color>
<color name="orange500">#ff8800</color>
<color name="orange600">#ff7d00</color>
More information about the Android
mailing list