aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-15 21:30:32 +0100
commit78c85da03cb0c8336db9b910fae3c499ebae5f0a (patch)
treeffc184636ed805d7c413c5b66da451e46209845b /src/main/res/values/arrays.xml
parentba225074d5dc89173b8058660535d417c156de2e (diff)
introduce new orange theme color
Diffstat (limited to 'src/main/res/values/arrays.xml')
-rw-r--r--src/main/res/values/arrays.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 8cb8025d2..4e2065d63 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -10,6 +10,14 @@
<item>dark</item>
<item>auto</item>
</string-array>
+ <string-array name="themecolors">
+ <item>@string/pref_theme_blue</item>
+ <item>@string/pref_theme_orange</item>
+ </string-array>
+ <string-array name="themecolor_values">
+ <item>blue</item>
+ <item>orange</item>
+ </string-array>
<string-array name="filesizes">
<item>@string/never</item>