summaryrefslogtreecommitdiff
path: root/app/src/custom/res
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
committercyberta <cyberta@riseup.net>2023-08-07 01:51:31 +0000
commit5c8c3bcc384631edd45983b8beb066cf637695d9 (patch)
tree0b1be88a74c9594036d86147177d7ca5d9f67241 /app/src/custom/res
parent46bbdf33a07f65c51f93f51075c6b11b43bad4ee (diff)
parent34539d080f2ce05eb668267180283f8332835d2c (diff)
Merge branch 'first_run_improvements' into 'master'
update design and UX for provider setup See merge request leap/bitmask_android!252
Diffstat (limited to 'app/src/custom/res')
-rw-r--r--app/src/custom/res/values/custom-theme.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index 70e4616e..7c4964e4 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -1,10 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Colors-->
- <!--Color of the action bar-->
<color name="colorPrimary">#1565C0</color>
- <!--Color of the status bar-->
<color name="colorPrimaryDark">#104E95</color>
+ <color name="colorPrimaryLight">@color/colorPrimary</color>
+
+ <!--Color of the action bar-->
+ <color name="bg_setup_action_bar">@color/colorPrimary</color>
+ <!--Color of the status bar-->
+ <color name="bg_setup_status_bar">@color/colorPrimaryDark</color>
<!--Font color of the action bar title-->
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
@@ -14,10 +18,6 @@
<color name="actionbar_connectivity_state_text_color_light">@color/white</color>
<!-- Font color of labels in EipFragment (main screen)-->
<color name="colorEipFragmentFont">@color/black800_dark</color>
- <!-- glow effect color of the on / off button -->
- <color name="colorMainBtnHighlight">#58FFA9</color>
- <!-- glow effect color of the on / off button if no network / traffic blocked -->
- <color name="colorMainBtnError">#eF2222</color>
<!-- location button icon tint color -->
<color name="colorLocationButtonTint">@color/black</color>
<color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>