summaryrefslogtreecommitdiff
path: root/app/src/custom/res/values/custom-theme.xml
blob: 6d2bf0f8bcfb0ca69b4e172c32f126334a8f2229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!--Colors-->
    <!--Color of the action bar-->
    <color name="colorPrimary">#2E639C</color>
    <!--Color of the status bar-->
    <color name="colorPrimaryDark">#021122</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>
    <!-- Font color of rounded standard buttons -->
    <color name="colorFontBtn">#ffffff</color>

</resources>