summaryrefslogtreecommitdiff
path: root/app/src/custom/res
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-07-31 19:30:54 +0200
committercyBerta <cyberta@riseup.net>2021-11-15 16:13:41 +0100
commitedb4b900ab1d1113492e98c28f12133c97721818 (patch)
tree2268e01053b56f7de5acc137065bce27009135e8 /app/src/custom/res
parent7b9a2f0a807fb6e5782888f444efb1142da1f20b (diff)
Add BuildConfig to disable color filtering of the main screen background, if VPN is turned off. Make EipFragment's text colors customizable
Diffstat (limited to 'app/src/custom/res')
-rw-r--r--app/src/custom/res/values/custom-theme.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index 1c8f1ab2..71d22ac6 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -2,11 +2,14 @@
<resources>
<!--Colors-->
<!--Color of the action bar-->
- <color name="colorPrimary">#5e9ee3</color>
+ <color name="colorPrimary">#2E639C</color>
<!--Color of the status bar-->
- <color name="colorPrimaryDark">#5c7ce1</color>
+ <color name="colorPrimaryDark">#021122</color>
<!--Font color of the action bar title-->
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
<color name="colorActionBarSubtitleFont">#cccccc</color>
+ <!-- Font color of labels in EipFragment (main screen)-->
+ <color name="colorEipFragmentFont">#ffffff</color>
+
</resources>