summaryrefslogtreecommitdiff
path: root/app/src/custom/res/values/custom-theme.xml
blob: 6c1979153aec8543e2e137d5a940c431fadd83f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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>
    <!-- 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">@color/black800_dark</color>
    <!-- location button icon tint color -->
    <color name="colorLocationButtonTint">@color/black</color>
    <color name="colorLocationButtonTintTransparent">@color/black800_transparent</color>
    <!-- pill style button text colors -->
    <color name="color_font_btn_primary">@color/white</color>
    <color name="color_font_btn_secondary">@color/black800</color>
    <!-- button text colors in Alerts -->
    <color name="color_font_btn">@color/black800</color>
    <!-- background color of the splash screen -->
    <color name="windowSplashScreenBackgroundColor">@color/colorPrimary</color>
</resources>