summaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v31/themes.xml
blob: 42c0a55f7d28cf948552fc64bb1f5aa0b8dc4da0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <style name="Theme.Pi" parent="Theme.MaterialComponents.DayNight.NoActionBar">
        <!-- Primary brand color. -->
        <item name="colorPrimary">@android:color/system_accent2_800</item>
        <item name="colorOnPrimary">@android:color/system_accent2_0</item>
        <!-- Secondary brand color. -->
        <item name="colorSecondary">@android:color/system_accent3_800</item>
        <item name="colorOnSecondary">@android:color/system_accent3_0</item>
    </style>
</resources>