aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: 4df19c4f71a3a4f6068153569feedaf0208c2336 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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="background_selected">#ffdddddd</color>

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