aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.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/strings.xml
parentba225074d5dc89173b8058660535d417c156de2e (diff)
introduce new orange theme color
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index e0d3b9120..c525cdfc1 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -741,7 +741,7 @@
<string name="pref_theme_light">Light theme</string>
<string name="pref_theme_dark">Dark theme</string>
<string name="pref_theme_auto">Automatic</string>
- <string name="pref_theme_options_summary">Select the color palette</string>
+ <string name="pref_theme_options_summary">Select the theme brightness</string>
<string name="pref_theme_options">Theme</string>
<string name="chooce_account">Choose account</string>
<string name="pref_font_size">Font Size</string>
@@ -989,4 +989,8 @@
<string name="pref_notification_grace_period">Grace Period</string>
<string name="pref_notification_grace_period_summary">The length of time notifications are silenced after detecting activity on one of your other devices.</string>
<string name="ask_for_writeaccess">Please ask for write access</string>
+ <string name="pref_theme_blue">blue</string>
+ <string name="pref_theme_orange">orange</string>
+ <string name="pref_theme_color_options_summary">Select the theme color palette</string>
+ <string name="pref_theme_color_options">Theme color</string>
</resources>