summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
blob: 0fe76cc0dc04738cde4b93f3eb6c12f9d64f8d8f (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="colorPrimary">#283593</color>
    <color name="colorPrimaryDark">#1A237E</color>
    <color name="colorAccent">#AE1010</color>

    <color name="red">#C62828</color>
    <color name="green">#558B2F</color>
</resources>