aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: fd4ad0f0004d88eb286331f3f1552fcaa8933910 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="theme_primary">#ff212121</color>
    <color name="theme_primary_dark">#ff000000</color>
    <color name="theme_accent">#ff009688</color>

    <color name="white">#f5f5f5</color>
    <color name="ic_background">#333333</color>
</resources>