aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/colors.xml
blob: 7e9fa9b09527d24501b8ddf16c344cbcf3f6c200 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Dark palette built around the launcher icon's CRT-blue. The light
     foreground (#E8E8E8) matches the icon; the cyan/teal accent tints
     interactive controls. Hex values live here only; layouts reference
     them by name. -->
<resources>
    <color name="bg">#0B1620</color>
    <color name="surface">#14242E</color>
    <color name="surface_alt">#0E1E28</color>
    <color name="stroke">#283D49</color>
    <color name="accent">#3FD0D6</color>
    <color name="on_surface">#E8E8E8</color>
    <color name="on_surface_muted">#8AA0AB</color>
    <color name="on_accent">#04222B</color>
    <color name="status_scrim">#B3000000</color>
</resources>