aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
blob: f62f87017cd15976955a98ea14ba9c7f9fc444b5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
        <item name="colorPrimary">@color/blue_grey_500</item>
        <item name="colorPrimaryDark">@color/blue_grey_500</item>
        <item name="android:windowBackground">@color/blue_grey_100</item>
        <item name="android:textColorPrimary">@color/blue_grey_50</item>
        <item name="android:textColor">@color/blue_grey_900</item>
    </style>
</resources>