aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: 4ede1c1074db2daf82609e55d657e1cfcbe5cebe (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="primarytext" type="color">#de000000</color>
    <color name="secondarytext" type="color">#8a000000</color>
    <color name="ondarktext" type="color">#fffafafa</color>
    <color name="primarybackground" type="color">#fffafafa</color>
    <color name="secondarybackground" type="color">#ffeeeeee</color>
    <color name="darkbackground" type="color">#ff323232</color>
    <color name="divider">#1f000000</color>
    <color name="red">#ffe51c23</color>
</resources>