summaryrefslogtreecommitdiff
path: root/app/src/custom/res/values/custom-theme.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-12-06 05:22:58 +0000
committercyberta <cyberta@riseup.net>2022-12-06 05:22:58 +0000
commit64427ae7fa3b6ff14d484efd3dc513744a615945 (patch)
tree3ac508716ac0210603f32f80baf07881c80b3ab1 /app/src/custom/res/values/custom-theme.xml
parentc0d1a28e5d737fbf24e13ade9fd6988a07ee2719 (diff)
parent4c6f49fe5ec695541be06322a1cf227e2d6d083d (diff)
Merge branch 'main_ui_riseupvpn' into 'master'
new UI for RiseupVPN See merge request leap/bitmask_android!219
Diffstat (limited to 'app/src/custom/res/values/custom-theme.xml')
-rw-r--r--app/src/custom/res/values/custom-theme.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index a17b401c..48d04322 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -9,13 +9,16 @@
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
<color name="colorActionBarSubtitleFont">#cccccc</color>
+ <!-- action bar text colors for per state colored action bar -->
+ <color name="actionbar_connectivity_state_text_color_dark">@color/black800_dark</color>
+ <color name="actionbar_connectivity_state_text_color_light">@color/white</color>
<!-- Font color of labels in EipFragment (main screen)-->
- <color name="colorEipFragmentFont">#ffffff</color>
+ <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">#ffffff</color>
- <color name="colorLocationButtonTintTransparent">#22ffffff</color>
+ <color name="colorLocationButtonTint">@color/black800</color>
+ <color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>
</resources>