From edb4b900ab1d1113492e98c28f12133c97721818 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 31 Jul 2021 19:30:54 +0200 Subject: Add BuildConfig to disable color filtering of the main screen background, if VPN is turned off. Make EipFragment's text colors customizable --- app/src/custom/res/values/custom-theme.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/src/custom/res') 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 @@ - #5e9ee3 + #2E639C - #5c7ce1 + #021122 #ffffff #cccccc + + #ffffff + -- cgit v1.2.3