diff options
author | cyBerta <cyberta@riseup.net> | 2018-09-07 03:01:06 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-09-07 03:01:06 +0200 |
commit | 25f822e35f6f1f34a430f836d0883c19998b9452 (patch) | |
tree | 6c5f02abe5f8e6e7cb89af2d119799968224ec3a /app/src/custom/res/values/custom-theme.xml | |
parent | 727bbdbd04ba2aabe516cfa1f902c1e7cdc62563 (diff) |
change theme color, terms of services, custom donation string for riseup.vpn
Diffstat (limited to 'app/src/custom/res/values/custom-theme.xml')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 6 |
1 files changed, 3 insertions, 3 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> |