summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 65abd95c..3e5127e0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -47,4 +47,19 @@
<color name="textColorIconOverlay">#fff</color>
<color name="textColorIconOverlayShadow">#000</color>
+
+ <!-- Make sure to also update LetterTileProvider#NUM_OF_TILE_COLORS when adding or removing colors -->
+ <array name="letter_tile_colors">
+ <item>#f16364</item>
+ <item>#f58559</item>
+ <item>#f9a43e</item>
+ <item>#e4c62e</item>
+ <item>#67bf74</item>
+ <item>#59a2be</item>
+ <item>#2093cd</item>
+ <item>#ad62a7</item>
+ </array>
+ <color name="letter_tile_default_color">#cccccc</color>
+
+ <color name="letter_tile_font_color">#ffffff</color>
</resources>