summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 0ee7ef8d..d4217384 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,11 +1,13 @@
<resources>
<string-array name="pref_theme_names">
<item>@string/theme_dark</item>
+ <item>@string/theme_dark_gray</item>
<item>@string/theme_light</item>
- <item>@string/theme_sepia</item>
+ <item>@string/theme_sepia</item>
</string-array>
<string-array name="pref_theme_values">
<item>THEME_DARK</item>
+ <item>THEME_DARK_GRAY</item>
<item>THEME_LIGHT</item>
<item>THEME_SEPIA</item>
</string-array>