summaryrefslogtreecommitdiff
path: root/app/src/custom/res/values/custom-theme.xml
blob: 4421adb9de13c973c5ac4eafd007d4b9af73e696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!--Colors-->
    <!--Color of the action bar-->
    <color name="colorPrimary">#b39ddb</color>
    <!--Color of the status bar-->
    <color name="colorPrimaryDark">#ac97d2</color>
    <!--Font color of the action bar title-->
    <color name="colorActionBarTitleFont">#ffffff</color>
    <!--Font color of the action bar subtitle-->
    <color name="colorActionBarSubtitleFont">#000000</color>
</resources>