summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/themes.xml
blob: 3738946b0b1ea878db0a17af50a4229847bc4dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<resources xmlns:tools="http://schemas.android.com/tools">
    <!-- Base application theme. -->
    <style name="Theme.Pi" parent="Theme.MaterialComponents.DayNight.NoActionBar">
        <!-- Primary brand color. -->
        <item name="colorPrimary">#272424</item>
        <item name="colorOnPrimary">@color/white</item>
        <!-- Secondary brand color. -->
        <item name="colorSecondary">#000000</item>
        <item name="colorOnSecondary">#888888</item>
    </style>
</resources>