blob: bfcdd4ee13018779f37af1d418fafdfe6da0874f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Neutral / monochrome palette. Light mode; values-night overrides. -->
<color name="background">#F4F4F5</color>
<color name="surface">#FFFFFF</color>
<color name="surface_variant">#ECECEE</color>
<color name="outline">#DCDCE0</color>
<color name="text_primary">#17181A</color>
<color name="text_secondary">#6A6C70</color>
<!-- Single restrained accent: a quiet slate. Drives switches and focus. -->
<color name="accent">#3B4252</color>
<!-- Primary button flips so it always has contrast against the surface. -->
<color name="button_primary_bg">#23252B</color>
<color name="button_primary_text">#FFFFFF</color>
<!-- Action bar / status bar. -->
<color name="bar">#23252B</color>
</resources>
|