summaryrefslogtreecommitdiff
path: root/app/src/custom/res/values/custom-theme.xml
blob: a17b401c4f5347f647018f9c66e376910e68c6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>
    <!--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>
    <!-- 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>
</resources>