summaryrefslogtreecommitdiff
path: root/adservices/apk/res/values-night/colors.xml
blob: 4a0a899960f7b232477dcb8c429a5b82ec56029e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="background_color">#1B1B1B</color>
    <color name="divider_color">#474747</color>
    <color name="card_background_color">#303030</color>
    <color name="primary_text_color">#F2F2F2</color>
    <color name="secondary_text_color">#C7C7C7</color>

    <!-- Material inverse ripple color, useful for inverted backgrounds. -->
    <color name="ripple_material_inverse">@*android:color/ripple_material_light</color>
</resources>