summaryrefslogtreecommitdiff
path: root/app/src/custom/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom/res')
-rw-r--r--app/src/custom/res/values/custom-theme.xml6
-rw-r--r--app/src/custom/res/values/strings.xml3
2 files changed, 5 insertions, 4 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index 4421adb9..1c8f1ab2 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -2,11 +2,11 @@
<resources>
<!--Colors-->
<!--Color of the action bar-->
- <color name="colorPrimary">#b39ddb</color>
+ <color name="colorPrimary">#5e9ee3</color>
<!--Color of the status bar-->
- <color name="colorPrimaryDark">#ac97d2</color>
+ <color name="colorPrimaryDark">#5c7ce1</color>
<!--Font color of the action bar title-->
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
- <color name="colorActionBarSubtitleFont">#000000</color>
+ <color name="colorActionBarSubtitleFont">#cccccc</color>
</resources>
diff --git a/app/src/custom/res/values/strings.xml b/app/src/custom/res/values/strings.xml
index b923b42b..25e617b1 100644
--- a/app/src/custom/res/values/strings.xml
+++ b/app/src/custom/res/values/strings.xml
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
- <string name="donate_message">Please donate today if you value secure communication that is easy for both the end-user and the service provider.</string>
+ <string name="donate_message">RiseupVPN is an easy, fast and secure VPN service from riseup.net. RiseupVPN does not require an user account, keep logs or track you in any way. This service paid for entirely by donations from users like you. Please donate at https://riseup.net/vpn/donate. </string>
+ <string name="terms_of_service">By using this application you agree to the Terms of Service available at https://riseup.net/tos. This service is provide as-is, without any warranty and is intended for people who work to make the world a better place.</string>
</resources>