summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-12-19 11:10:06 -0800
committerDanny Baumann <dannybaumann@web.de>2014-12-20 14:38:46 +0100
commit0107486cd17d8372355d5ad6b28f569bc6b2cb94 (patch)
tree0df61a6fdf983cc75470b0729a143a34860b6c8b /res/values
parent657192dce57da265cf12100886e55a0a4cebe181 (diff)
downloadandroid_packages_apps_Eleven-0107486cd17d8372355d5ad6b28f569bc6b2cb94.tar.gz
android_packages_apps_Eleven-0107486cd17d8372355d5ad6b28f569bc6b2cb94.tar.bz2
android_packages_apps_Eleven-0107486cd17d8372355d5ad6b28f569bc6b2cb94.zip
Eleven: Make sure we have vibrant colors for all default colors
Change-Id: I4be163e75fc35d3b139439c504d769d17d980ace
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index ce70bd4..43683fa 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -121,7 +121,7 @@
<color name="letter_tile_default_color">#cccccc</color>
<color name="letter_tile_font_color">#ffffff</color>
<array name="letter_tile_colors">
- <item>#9237A2</item>
+ <item>#883397</item>
<item>#4B498C</item>
<item>#4E5BA7</item>
<item>#41A4F4</item>
@@ -130,4 +130,15 @@
<item>#B9BF45</item>
<item>#757578</item>
</array>
+
+ <array name="letter_tile_vibrant_dark_colors">
+ <item>#b74bc9</item>
+ <item>#6967bf</item>
+ <item>#2a315a</item>
+ <item>#07497d</item>
+ <item>#0c6c64</item>
+ <item>#415a2a</item>
+ <item>#5f6322</item>
+ <item>#505052</item>
+ </array>
</resources>